MsgPackEncoding msgpack
| 204 | |
| 205 | // MsgPackEncoding msgpack |
| 206 | type MsgPackEncoding struct{} |
| 207 | |
| 208 | // Marshal msgpack encode |
| 209 | func (mp MsgPackEncoding) Marshal(v interface{}) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected