Versions in this module Expand all Collapse all v0 v0.1.0 May 13, 2022 Changes in this version + type EncodingMsgPack struct + func NewEncodingMsgPack() *EncodingMsgPack + func (e *EncodingMsgPack) Marshal(v interface{}) ([]byte, error) + func (e *EncodingMsgPack) Unmarshal(b []byte, v interface{}) error + func (e *EncodingMsgPack) UnmarshalToMap(b []byte) (map[string]interface{}, error)