MCPcopy
hub / github.com/go-eagle/eagle / MsgPackEncoding

Struct MsgPackEncoding

pkg/encoding/msgpack_encoding.go:6–6  ·  view source on GitHub ↗

MsgPackEncoding msgpack 格式

Source from the content-addressed store, hash-verified

4
5// MsgPackEncoding msgpack 格式
6type MsgPackEncoding struct{}
7
8// Marshal msgpack encode
9func (mp MsgPackEncoding) Marshal(v interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected