Documentation
¶
Overview ¶
Package keystore - keep secrets
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrKeyNotFound is returned when a key is not found in the store ErrKeyNotFound = errors.New("Key not found") )
Functions ¶
This section is empty.
Types ¶
type FileStore ¶
FileStore is the key Store implementation storing the keys in a file
type MemoryStore ¶
MemoryStore is the in-memory implementation of key store
Click to show internal directories.
Click to hide internal directories.