kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.02k stars 377 forks source link

Support customer loader #92

Closed tamalsaha closed 7 years ago

tamalsaha commented 7 years ago

I would like to use this library to populate a struct based on Kubernetes secret / configmap. I have added a loader function that will allow anyone to plugin their custom source.

teepark commented 7 years ago

Thanks for the PR @tamalsaha.

This library is specifically focused on on environment variables though.