Versions in this module Expand all Collapse all v1 v1.0.2 Mar 21, 2018 v1.0.1 Mar 7, 2018 Changes in this version + type ConversionError struct + Err error + Index int + Key string + Type reflect.Type + func (e ConversionError) Error() string + type Converter func(string) reflect.Value + type Decoder struct + func NewDecoder() *Decoder + func (d *Decoder) Decode(dst interface{}, src map[string][]string) error + func (d *Decoder) IgnoreUnknownKeys(i bool) + func (d *Decoder) RegisterConverter(value interface{}, converterFunc Converter) + func (d *Decoder) SetAliasTag(tag string) + func (d *Decoder) ZeroEmpty(z bool) + type Encoder struct + func NewEncoder() *Encoder + func (e *Encoder) Encode(src interface{}, dst map[string][]string) error + func (e *Encoder) RegisterEncoder(value interface{}, encoder func(reflect.Value) string) + func (e *Encoder) SetAliasTag(tag string) + type MultiError map[string]error + func (e MultiError) Error() string