Documentation
¶
Overview ¶
Package domain defines core domain models and errors for secrets.
Package domain defines the core domain models and types for secret management. Secrets use an immutable versioning system with envelope encryption where each update creates a new database row with an incremented version number.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrSecretNotFound indicates the secret was not found at the specified path. ErrSecretNotFound = errors.Wrap(errors.ErrNotFound, "secret not found") )
Secret-specific error definitions.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.