Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RepositoriesURL ¶
func RepositoriesURL() string
RepositoriesURL returns the URL to query all repositories
Includes a leading slash
func RepositoryTagsURL ¶
RepositoryTagsURL returns the URL to query all tags of a repository
Includes a leading slash Repository is identified by its name
Types ¶
type RegistryConfig ¶
RegistryConfig is the required minimum docker registry connections
func ParseViperConfig ¶
func ParseViperConfig() RegistryConfig
ParseViperConfig tries to map a viper configuration
func (RegistryConfig) RepositoriesURL ¶
func (c RegistryConfig) RepositoriesURL() string
RepositoriesURL returns the URL to query all repositories
func (RegistryConfig) RepositoryTagsURL ¶
func (c RegistryConfig) RepositoryTagsURL(repositoryName string) string
RepositoryTagsURL returns the URL to query all tags of a repository
Repository is identified by its name
func (RegistryConfig) TokenURL ¶
func (c RegistryConfig) TokenURL(type_, name, action string) string
Click to show internal directories.
Click to hide internal directories.