Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretStore ¶
type SecretStore interface {
chassis.SecretStore
Set(ctx context.Context, key string, value string) error
Delete(ctx context.Context, key string) error
}
func New ¶
func New(configKey string) SecretStore
New instantiates a new secret store. A call to Open is required before use. The configKey parameter dictates which key in the configuration will be read during initialization. Default: "secrets.vault"
Click to show internal directories.
Click to hide internal directories.