Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + const SectionKey + type Config struct + EnvironmentPrefix string + SecretFilePrefix string + func GetConfig() *Config + func (cfg Config) GetPFlagSet(prefix string) *pflag.FlagSet + type FileEnvSecretManager struct + func NewFileEnvSecretManager(cfg *Config) FileEnvSecretManager + func (f FileEnvSecretManager) Get(ctx context.Context, key string) (string, error) + func (f FileEnvSecretManager) GetForSecret(ctx context.Context, secret *coreIdl.Secret) (string, error)