Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSupported = errors.New("Keyring is not supported on WSL")
Functions ¶
func PromptMasked ¶ added in v1.50.15
Types ¶
type KeyringStore ¶ added in v1.198.1
type KeyringStore struct{}
func (*KeyringStore) Delete ¶ added in v1.198.1
func (ks *KeyringStore) Delete(project string) error
func (*KeyringStore) DeleteAll ¶ added in v1.198.1
func (ks *KeyringStore) DeleteAll() error
func (*KeyringStore) Get ¶ added in v1.198.1
func (ks *KeyringStore) Get(project string) (string, error)
Get retrieves the password for a project from the keyring.
func (*KeyringStore) Set ¶ added in v1.198.1
func (ks *KeyringStore) Set(project, password string) error
Click to show internal directories.
Click to hide internal directories.