Versions in this module Expand all Collapse all v2 v2.49.202 Sep 19, 2023 v2.49.201 Sep 19, 2023 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 EmptyFieldError struct + Key string + func (e EmptyFieldError) Error() string + 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 + type UnknownKeyError struct + Key string + func (e UnknownKeyError) Error() string