Documentation
¶
Overview ¶
Package credentials stores the operator's API token + identity hints.
Two backends:
- keyring (preferred): OS Keychain / Secret Service / Credential Manager
- file fallback: ~/.config/yomiro/credentials, mode 0600
The store auto-selects keyring if available and silently falls back to file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("credentials not found")
ErrNotFound is returned when no credentials are stored.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.