DecodeHookFunc is the callback function that can be used for data transformations. See "DecodeHook" in the DecoderConfig struct. The type must be one of DecodeHookFuncType, DecodeHookFuncKind, or DecodeHookFuncValue. Values are a superset of Types (Values can return types), and Types are a superset
| 183 | // but have a promise to not break backwards compat so we now support |
| 184 | // both. |
| 185 | type DecodeHookFunc interface{} |
| 186 | |
| 187 | // DecodeHookFuncType is a DecodeHookFunc which has complete information about |
| 188 | // the source and target types. |
nothing calls this directly
no outgoing calls
no test coverage detected