mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-03 07:34:35 +01:00
10 lines
172 B
Go
10 lines
172 B
Go
|
package models
|
||
|
|
||
|
//ReplicationPolicy : For /api/replications
|
||
|
type ReplicationPolicy struct {
|
||
|
ProjectID int `json:"project_id"`
|
||
|
}
|
||
|
|
||
|
type ExistingReplicationPolicy struct {
|
||
|
}
|