Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidInput = errors.New("invalid input") ErrMalformedSecret = errors.New("malformed secret") )
Functions ¶
This section is empty.
Types ¶
type SecretStore ¶
func NewSecretStore ¶
func NewSecretStore(client Client, logger *log.Logger, opts ...Option) *SecretStore
Click to show internal directories.
Click to hide internal directories.