Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultRegistryURI = "registry1.dso.mil"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClient ¶
func NewClient(credentialHelper credentialhelper.CredentialHelper, getImageSHAFunc GetImageSHAFunc) (Client, error)
type ClientGetter ¶
type ClientGetter struct{}
func (*ClientGetter) GetClient ¶
func (clientGetter *ClientGetter) GetClient(credentialHelper credentialhelper.CredentialHelper) (Client, error)
type GetImageSHAFunc ¶
type GetImageSHAFunc func(credentialhelper.Credentials, string) (string, error)
Click to show internal directories.
Click to hide internal directories.