Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBackend = errors.New("keychain backend error")
ErrBackend marks any keychain backend failure other than ErrNotFound. Store methods wrap ErrBackend so callers can classify pre-handoff keychain failures via errors.Is (ADR-0001 §6 exit codes).
View Source
var ErrNotFound = errors.New("keychain: item not found")
ErrNotFound is returned by Get when the keychain item does not exist.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.