mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +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"`
|
|
}
|