MsgPackEncoding msgpack format
| 4 | |
| 5 | // MsgPackEncoding msgpack format |
| 6 | type MsgPackEncoding struct{} |
| 7 | |
| 8 | // Marshal msgpack encode |
| 9 | func (mp MsgPackEncoding) Marshal(v interface{}) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected