Versions in this module Expand all Collapse all v0 v0.1.1 Oct 18, 2023 v0.1.0 Oct 18, 2023 Changes in this version + const DefaultConfigFilename + type AwsConfig struct + ParameterStoreValues []AwsParameterStoreValueConfig + SdkConfig *aws.Config + SecretsManagerValues []ValueConfig + type AwsParameterStoreValueConfig struct + Decryption *bool + type Config struct + Aws *AwsConfig + func NewFromFile(ctx context.Context, filename string) (*Config, error) + type Value interface + GetIsJSON func() bool + GetReferenceName func() string + type ValueConfig struct + IsJSON bool + Name string + Ref *string + func (c ValueConfig) GetIsJSON() bool + func (c ValueConfig) GetReferenceName() string