Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface {
Authenticate(challenge *Challenge, ignoreCached bool) (Token, error)
}
func NewAuthenticator ¶
func NewAuthenticator(client *http.Client, credentials RegistryCredentials) Authenticator
type Challenge ¶
type Challenge struct {
// contains filtered or unexported fields
}
func ParseChallenge ¶
type RegistryCredentials ¶
Click to show internal directories.
Click to hide internal directories.