MCPcopy
hub / github.com/mitchellh/mapstructure / DecodeHookFuncKind

FuncType DecodeHookFuncKind

mapstructure.go:193–193  ·  mapstructure.go::DecodeHookFuncKind

DecodeHookFuncKind is a DecodeHookFunc which knows only the Kinds of the source and target types.

func(reflect.Kind, reflect.Kind, interface{}) (interface{}, error)

Source from the content-addressed store, hash-verified

191// DecodeHookFuncKind is a DecodeHookFunc which knows only the Kinds of the
192// source and target types.
193type DecodeHookFuncKind func(reflect.Kind, reflect.Kind, interface{}) (interface{}, error)
194
195// DecodeHookFuncValue is a DecodeHookFunc which has complete access to both the source and target
196// values.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected