Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("secret not found")
ErrNotFound indicates a secret can not be found.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AddSecret ¶ added in v0.4.1
AddSecret adds the secret identified by user defined name with its plaintext value to the secret store.
func (*Store) SetGateway ¶
Click to show internal directories.
Click to hide internal directories.