This project is based on ilyakaznacheev/cleanenv and is licensed under the MIT License. See the LICENSE file for more information.
Fork of https://github.com/ilyakaznacheev/cleanenv with an optional secret manager which implements the SecretManger interface:
type SecretManager interface {
GetSecret(secret string) (string, error)
}