Versions in this module Expand all Collapse all v1 v1.2.0 Aug 30, 2023 Changes in this version + type ConfigLookup struct + func New(coreBackends ...core.ConfigBackend) *ConfigLookup + func (c *ConfigLookup) GetBool(key string) bool + func (c *ConfigLookup) GetDuration(key string) time.Duration + func (c *ConfigLookup) GetInt(key string) int + func (c *ConfigLookup) GetLowerString(key string) string + func (c *ConfigLookup) GetString(key string) string + func (c *ConfigLookup) Lookup(key string) (interface{}, bool) + func (c *ConfigLookup) UnmarshalKey(key string, rawVal interface{}, opts ...UnmarshalOption) error + type UnmarshalOption func(o *unmarshalOpts) + func WithUnmarshalHookFunction(hookFunction mapstructure.DecodeHookFunc) UnmarshalOption