Versions in this module Expand all Collapse all v1 v1.0.0 Aug 8, 2020 Changes in this version + func ReadEnv(cnf interface{}, dirvar, filevar string) error + func ReadFiles(cnf interface{}, filenames ...string) error + func ReadFromDir(cnf interface{}, dir string, filenames ...string) error + type PostProcessor interface + PostProcess func() error + type Sanitizer interface + Sanitize func() error + type Validator interface + Validate func() error