Versions in this module Expand all Collapse all v1 v1.2.0 Sep 4, 2023 v1.0.0 Sep 4, 2023 Changes in this version + type ClientNegotiator interface + Decoder func() (Decoder, error) + Encoder func() (Encoder, error) + func NewSimpleClientNegotiator() ClientNegotiator + type Decoder interface + Decode func(data []byte, v interface{}) error + type Encoder interface + Encode func(v interface{}) ([]byte, error) + type NegotiateError struct + ContentType string + Stream bool + func (e NegotiateError) Error() string