Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("keyring: key not found")
ErrNotFound is returned when a key is not found.
Functions ¶
This section is empty.
Types ¶
type Keyring ¶
type Keyring interface {
Set(key, value string) error
Get(key string) (string, error)
Delete(key string) error
}
Keyring abstracts OS keychain operations.
Click to show internal directories.
Click to hide internal directories.