MCPcopy
hub / github.com/nocalhost/nocalhost / MsgPackEncoding

Struct MsgPackEncoding

pkg/nocalhost-api/pkg/cache/encoding.go:206–206  ·  view source on GitHub ↗

MsgPackEncoding msgpack

Source from the content-addressed store, hash-verified

204
205// MsgPackEncoding msgpack
206type MsgPackEncoding struct{}
207
208// Marshal msgpack encode
209func (mp MsgPackEncoding) Marshal(v interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected