Documentation
¶
Index ¶
- func Builder() config.Builder
- func CastingError(err error, key string, rawVal interface{}, confType string) error
- func CollectUnresolvedParams(val reflect.Value, params config.ConfParams, confMap ConfGetter, ...) []string
- func KeyNotFoundError(key string) error
- func NewConfgetterWrapper(instance map[string]interface{}) confgetterWrapper
- func ReadConf(conf interface{}, resolver config.ConfParamsResolver, env string) (config.Config, error)
- type ConfGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CastingError ¶
func CollectUnresolvedParams ¶
func CollectUnresolvedParams(val reflect.Value, params config.ConfParams, confMap ConfGetter, typeList map[string]string) []string
func KeyNotFoundError ¶
func NewConfgetterWrapper ¶
func NewConfgetterWrapper(instance map[string]interface{}) confgetterWrapper
Types ¶
type ConfGetter ¶
type ConfGetter map[string]interface{}
Click to show internal directories.
Click to hide internal directories.