Documentation
¶
Overview ¶
Package keyring stores API keys. It prefers the OS keychain and falls back to an obfuscated file when no keychain is available — common in containers and WSL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStore ¶
type FileStore struct {
Dir string
}
The fallback when no OS keychain exists. Encrypted to stop casual disclosure; file mode 0600 is the real control.
Click to show internal directories.
Click to hide internal directories.