Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CredentialCache ¶
type CredentialCache struct {
// contains filtered or unexported fields
}
func NewCredentialCache ¶
func NewCredentialCache(cacheDir string, opts GetCredentialOpts) *CredentialCache
func (*CredentialCache) GetCredential ¶
func (c *CredentialCache) GetCredential() (*types.ExecCredential, error)
func (*CredentialCache) SaveCredential ¶
func (c *CredentialCache) SaveCredential(cred *types.ExecCredential) error
type GetCredentialOpts ¶
type GetCredentialOpts struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.