MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / customStruct

Struct customStruct

example_CustomEncoder_test.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type customStruct struct {
10 S string
11 N int
12}
13
14var _ msgpack.CustomEncoder = (*customStruct)(nil)
15var _ msgpack.CustomDecoder = (*customStruct)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected