Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialProvider ¶
type CredentialProvider struct{}
func (*CredentialProvider) GetCredentials ¶
func (p *CredentialProvider) GetCredentials( _ context.Context, req credentials.Request, ) (*credentials.Credentials, error)
func (*CredentialProvider) Supports ¶
func (p *CredentialProvider) Supports( _ context.Context, req credentials.Request, ) (bool, error)
Click to show internal directories.
Click to hide internal directories.