Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type ImageRepo ¶
type ImageRepo struct { v1.BaseModel `storm:"inline"` v1.Metadata `storm:"inline"` Type string `json:"type"` EndPoint string `json:"endPoint"` DownloadUrl string `json:"downloadUrl"` RepoName string `json:"repoName"` Credential Credential `json:"credential"` Auth bool `json:"auth"` AllowAnonymous bool `json:"allowAnonymous"` Version string `json:"version"` }
type RepoResponse ¶
Click to show internal directories.
Click to hide internal directories.