Versions in this module Expand all Collapse all v0 v0.1.0 Feb 12, 2021 Changes in this version + const EnvFileTemplate + const FieldsTableTemplate + func DefaultKeyNormalizer(s string) string + type Loader struct + DescriptionKey string + Env []string + Normalizer func(string) string + Prefix string + func NewLoader(m *cfgmetadata.MetaData) *Loader + func (cl *Loader) GetPossibleKeys() []string + func (cl *Loader) Load() error + func (cl *Loader) PrintFields(w io.WriteCloser, t string) error + func (cl *Loader) WithDescriptionKey(key string) *Loader + func (cl *Loader) WithEnv(e []string) *Loader + func (cl *Loader) WithNormalizer(f func(string) string) *Loader + func (cl *Loader) WithPrefix(p string) *Loader