Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortedError ¶
type AbortedError struct {
ID string
}
AbortedError is an error implementation that includes the id of the aborted message.
func (*AbortedError) Error ¶
func (e *AbortedError) Error() string
type Secret ¶
type Secret struct {
// contains filtered or unexported fields
}
Secret represents a secret.
func New ¶
func New(cfg *config.Configuration, vc VaultClient, secretsClient s3.Client) (*Secret, error)
New returns a new secret.
type VaultClient ¶
VaultClient is an interface to represent methods called to action upon Vault
Click to show internal directories.
Click to hide internal directories.