Documentation
¶
Overview ¶
Package memoryvault provides an in-memory implementation of [secrets.Vault] for development and testing. All data is stored in a simple map protected by a read-write mutex and is lost when the process exits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vault ¶
type Vault struct {
// contains filtered or unexported fields
}
Vault is an in-memory implementation of secrets.Vault for development and testing.
Click to show internal directories.
Click to hide internal directories.