mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 03:30:51 +01:00
9 lines
178 B
Go
9 lines
178 B
Go
|
package HarborAPI
|
||
|
|
||
|
import ()
|
||
|
|
||
|
type Search struct {
|
||
|
Projects []Project4Search `json:"project,omitempty"`
|
||
|
Repositories []Repository4Search `json:"repository,omitempty"`
|
||
|
}
|