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