43 Star 148 Fork 49

梁大帅/mqant

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
msgpack.go 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
liangdas 提交于 2017-03-21 22:11 +08:00 . v1.2.0
package msgpack // import "github.com/liangdas/mqant/utils/msgpack.v2"
// Deprecated. Use CustomEncoder.
type Marshaler interface {
MarshalMsgpack() ([]byte, error)
}
// Deprecated. Use CustomDecoder.
type Unmarshaler interface {
UnmarshalMsgpack([]byte) error
}
type CustomEncoder interface {
EncodeMsgpack(*Encoder) error
}
type CustomDecoder interface {
DecodeMsgpack(*Decoder) error
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/liangdas/mqant.git
git@gitee.com:liangdas/mqant.git
liangdas
mqant
mqant
v1.6.7

搜索帮助