Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2021 Changes in this version + func Load(loader ConfigurationLoader, fs afero.Fs, configFile string) error + func Unmarshal(unmarshaler ConfigurationUnmarshaler) (configuration.Configuration, error) + type ConfigurationLoader interface + ReadInConfig func() error + SetConfigFile func(file string) + SetFs func(afero.Fs) + type ConfigurationUnmarshaler interface + Unmarshal func(rawVal interface{}, opts ...viper.DecoderConfigOption) error