Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoSuchSecret indicates that the secret does not exist ErrNoSuchSecret = errors.New("no such secret") // ErrSecretIDExists indicates that there is secret data already associated with an id ErrSecretIDExists = errors.New("secret data with ID already exists") // ErrInvalidKey indicates that something about your key is wrong ErrInvalidKey = errors.New("invalid key") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.