Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
GetEntry(key string) (string, error)
SetEntry(key string, data string) error
}
Handler is an interface to return value from keyring by key.
func NewFileKeyring ¶
NewFileKeyring return fileKeyring with corresponding file.
func NewKeyring ¶
NewKeyring is an constractor for keyringHandler.
Click to show internal directories.
Click to hide internal directories.