Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgnoreKeyDecoder ¶
type IgnoreKeyDecoder struct{}
func (*IgnoreKeyDecoder) InType ¶
func (d *IgnoreKeyDecoder) InType() reflect.Type
func (*IgnoreKeyDecoder) Materialize ¶
func (d *IgnoreKeyDecoder) Materialize() func(input interface{}) interface{}
func (*IgnoreKeyDecoder) OutType ¶
func (d *IgnoreKeyDecoder) OutType() reflect.Type
type NilKeyEncoder ¶
type NilKeyEncoder struct{}
func (*NilKeyEncoder) InType ¶
func (d *NilKeyEncoder) InType() reflect.Type
func (*NilKeyEncoder) Materialize ¶
func (d *NilKeyEncoder) Materialize() func(input interface{}) interface{}
func (*NilKeyEncoder) OutType ¶
func (d *NilKeyEncoder) OutType() reflect.Type
Click to show internal directories.
Click to hide internal directories.