Versions in this module Expand all Collapse all v0 v0.0.1 Nov 4, 2022 Changes in this version + var DefaultMapstructureDecoder = ...() + func StringToByteSliceHookFunc() mapstructure.DecodeHookFunc + func StringToDurationHookFunc() mapstructure.DecodeHookFunc + func StringToJsonNumericStringHookFunc() mapstructure.DecodeHookFunc + func StringToJsonUint64HookFunc() mapstructure.DecodeHookFunc + type MapstructureDecoder struct + func NewMapstructureDecoder(weeklyTypedInput bool, decodeHookFuncFn mapstructure.DecodeHookFunc) *MapstructureDecoder + func (generator *MapstructureDecoder) Decode(input interface{}, resultPtr interface{}) error + func (generator *MapstructureDecoder) MustDecode(input interface{}, resultPtr interface{})