Versions in this module Expand all Collapse all v0 v0.16.0 Jun 15, 2026 Changes in this version + func Configure(envPrefix string, cfgs ...Configurable) error + type Configurable interface + ReadConfig func(Reader) error + type Reader interface + Read func(key string, dest any) error + ReadAll func(dest any) error + ReadMap func(key string) map[string]any + SetDefault func(key string, value any) + func NewViperConfigReader(envPrefix string) (Reader, error)