Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compatibilitier ¶
type Compatibilitier interface { AddDeprecated(deprecated ...string) AddRemoved(removed ...string) AddChanged(changed ...string) }
Compatibilitier is the interface for the compatibility checker
type StoreAuthProvider ¶
type StoreAuthProvider struct {
// contains filtered or unexported fields
}
StoreAuthProvider return auth method from credential
func NewStoreAuthProvider ¶
func NewStoreAuthProvider(methods ...repository.AuthMethodConstructor) *StoreAuthProvider
NewStoreAuthProvider return new instance of StoreAuthProvider
func (*StoreAuthProvider) Get ¶
func (a *StoreAuthProvider) Get(credential *credentials.Credential) (repository.AuthMethodReader, error)
Get return user password auth for docker registry
Click to show internal directories.
Click to hide internal directories.