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