DecodeHookFuncType is a DecodeHookFunc which has complete information about the source and target types.
func(reflect.Type, reflect.Type, interface{}) (interface{}, error)
| 187 | // DecodeHookFuncType is a DecodeHookFunc which has complete information about |
| 188 | // the source and target types. |
| 189 | type DecodeHookFuncType func(reflect.Type, reflect.Type, interface{}) (interface{}, error) |
| 190 | |
| 191 | // DecodeHookFuncKind is a DecodeHookFunc which knows only the Kinds of the |
| 192 | // source and target types. |
nothing calls this directly
no outgoing calls
no test coverage detected