MsgPack contains the given interface object.
| 20 | |
| 21 | // MsgPack contains the given interface object. |
| 22 | type MsgPack struct { |
| 23 | Data any |
| 24 | } |
| 25 | |
| 26 | var msgpackContentType = []string{"application/msgpack; charset=utf-8"} |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected