Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialProvider ¶ added in v1.4.0
type CredentialProvider struct{}
func (*CredentialProvider) GetCredentials ¶ added in v1.4.0
func (p *CredentialProvider) GetCredentials( _ context.Context, _ string, credType credentials.Type, repoURL string, data map[string][]byte, ) (*credentials.Credentials, error)
func (*CredentialProvider) Supports ¶ added in v1.4.0
func (*CredentialProvider) Supports( _ credentials.Type, _ string, data map[string][]byte, ) bool
Click to show internal directories.
Click to hide internal directories.