Versions in this module Expand all Collapse all v1 v1.3.1 Mar 14, 2026 v1.3.0 Mar 12, 2026 Changes in this version + type Vault struct + func New() *Vault + func (v *Vault) Delete(_ context.Context, key string) error + func (v *Vault) Retrieve(_ context.Context, key string) ([]byte, error) + func (v *Vault) Rotate(_ context.Context, _ string) error + func (v *Vault) Store(_ context.Context, key string, value []byte) error