Categorygithub.com/modeledge/cleanconfig
repositorypackage
0.0.0-20240616163135-38e7cbb2558b
Repository: https://github.com/modeledge/cleanconfig.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

cleanconfig

License

This project is based on ilyakaznacheev/cleanenv and is licensed under the MIT License. See the LICENSE file for more information.

Description

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)
}