Versions in this module Expand all Collapse all v1 v1.0.0 Oct 4, 2024 Changes in this version + func Marshal(src any) (map[string][]string, error) + func Unmarshal(src map[string][]string, dest any) error + type Decoder struct + func NewDecoder(src map[string][]string) *Decoder + func (d *Decoder) Decode(dest any) error + type Encoder struct + func NewEncoder(dest map[string][]string) *Encoder + func (e *Encoder) Encode(src any) error + type ErrorDecode struct + func (e ErrorDecode) Error() string + type ErrorEncode struct + func (e ErrorEncode) Error() string