MCPcopy Create free account
hub / github.com/segmentio/encoding / primitiveType

Struct primitiveType

proto/reflect.go:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228type primitiveType struct {
229 name string
230 kind Kind
231 wire WireType
232 zigzag Kind
233}
234
235func (t *primitiveType) String() string {
236 return t.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected