mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-02 15:14:09 +01:00
8 lines
163 B
Go
8 lines
163 B
Go
package models
|
|
|
|
//SystemInfo : For GET /api/systeminfo
|
|
type SystemInfo struct {
|
|
AuthMode string `json:"auth_mode"`
|
|
RegistryURL string `json:"registry_url"`
|
|
}
|