mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-12 13:35:00 +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"`
|
||
|
}
|