Versions in this module Expand all Collapse all v0 v0.2.1 Sep 24, 2024 Changes in this version + type Factory struct + Create func(ctx context.Context, cfg *common.Config) (Provider, error) + ProviderType string + Validator func(envValue string) bool v0.2.0 Jun 6, 2024 Changes in this version + type Provider interface + LoadSecrets func(ctx context.Context, paths []string) ([]Secret, error) + type Secret struct + Key string + Value string