# Functions
NewAWSSecretsManagerEnvLoader instantiates a new AWSSecretsManagerEnvLoader instance.
NewEnvLoader initializes and returns an EnvLoader, using AWSSecretsManagerEnvLoader if configured.
NewLocalEnvLoader instantiates a new LocalEnvLoader instance.
# Structs
AWSSecretsManagerEnvLoader is an EnvLoader implementation which loads variables from an AWS SecretsManager secret.
LocalEnvLoader is an EnvLoader implementation which loads variables from the local system environment.
# Interfaces
EnvLoader is an interface to assist with environment variable loading.