Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCredentialNotFound = errors.New("credential not found")
Functions ¶
Types ¶
type Config ¶
type Credentials ¶
type Store ¶
type Store struct {
Dir string
Credentials Credentials
}
Store owns read-modify-write operations across configuration and credentials. Pending references form a write-ahead cleanup journal, never storing secrets.
Click to show internal directories.
Click to hide internal directories.