Versions in this module Expand all Collapse all v0 v0.0.2 Jun 20, 2024 v0.0.1 Jun 20, 2024 Changes in this version + type SecretStore interface + Delete func(ctx context.Context, key string) error + Set func(ctx context.Context, key string, value string) error + func New(configKey string) SecretStore