Versions in this module Expand all Collapse all v0 v0.1.0 Jun 4, 2021 Changes in this version + func DefaultSource() *defaultSource + func IterConfig(cfg interface{}, editFunc EditStructFieldFunc) + func LoadSources(cfg interface{}, sources ...Source) + func YamlFileSource(filepath string) *yamlSource + type EditStructFieldFunc func(attrPtr interface{}, path Path, tags map[string]string) + type Path []string + type Source interface + Load func(configPtr interface{})