Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶ added in v2.36.0
type Configuration struct {
Backend string
}
type KeyringHelper ¶
type KeyringHelper struct {
// contains filtered or unexported fields
}
func NewKeyringHelper ¶
func NewKeyringHelper(config Configuration) (*KeyringHelper, error)
func (*KeyringHelper) Add ¶
func (kr *KeyringHelper) Add(creds *credentials.Credentials) error
func (*KeyringHelper) Delete ¶
func (kr *KeyringHelper) Delete(serverURL string) error
func (KeyringHelper) SupportsCredentialStorage ¶
func (KeyringHelper) SupportsCredentialStorage() bool
Click to show internal directories.
Click to hide internal directories.