Versions in this module Expand all Collapse all v0 v0.0.2 Feb 11, 2021 v0.0.1 Jan 4, 2021 Changes in this version + var Name = "msgpack" + type MsgpackCodec struct + func (c MsgpackCodec) Decode(data []byte, i interface{}) error + func (c MsgpackCodec) Encode(i interface{}) ([]byte, error) + func (c MsgpackCodec) Name() string