MCPcopy
hub / github.com/gin-gonic/gin / MsgPack

Struct MsgPack

render/msgpack.go:22–24  ·  render/msgpack.go::MsgPack

MsgPack contains the given interface object.

Source from the content-addressed store, hash-verified

20
21// MsgPack contains the given interface object.
22type MsgPack struct {
23 Data any
24}
25
26var msgpackContentType = []string{"application/msgpack; charset=utf-8"}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected