Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct { RegistryID int64 UserID int64 Domain string Data RegistryAttr }
type RegistryAttr ¶
type RegistryAttr struct { AllowAnonymous bool `json:"allow_anonymous"` Anonymous TokenAttr `json:"anonymous"` AllowPrefix bool `json:"allow_prefix"` Source string `json:"source"` AllowImages []string `json:"allow_images"` SpecialIPs map[string]TokenAttr `json:"special_ips"` Description string `json:"description"` }
func (*RegistryAttr) Scan ¶
func (n *RegistryAttr) Scan(value any) error
type TokenAttr ¶
Click to show internal directories.
Click to hide internal directories.