DecodeHookFuncValue is a DecodeHookFunc which has complete access to both the source and target values.
func(from reflect.Value, to reflect.Value) (interface{}, error)
| 195 | // DecodeHookFuncValue is a DecodeHookFunc which has complete access to both the source and target |
| 196 | // values. |
| 197 | type DecodeHookFuncValue func(from reflect.Value, to reflect.Value) (interface{}, error) |
| 198 | |
| 199 | // DecoderConfig is the configuration that is used to create a new decoder |
| 200 | // and allows customization of various aspects of decoding. |
nothing calls this directly
no outgoing calls
no test coverage detected