Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 Changes in this version + func NewCodec(c io.ReadWriteCloser) codec.Codec + type Codec struct + Conn io.ReadWriteCloser + Decoder *json.Decoder + Encoder *json.Encoder + func (c *Codec) Close() error + func (c *Codec) ReadBody(b interface{}) error + func (c *Codec) ReadHeader(m *codec.Message, t codec.MessageType) error + func (c *Codec) String() string + func (c *Codec) Write(m *codec.Message, b interface{}) error + type Marshaler struct + func (j Marshaler) Marshal(v interface{}) ([]byte, error) + func (j Marshaler) String() string + func (j Marshaler) Unmarshal(d []byte, v interface{}) error Incompatible versions in this module v2.3.0+incompatible May 9, 2021