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

Struct Test

testdata/protoexample/test.pb.go:76–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type Test struct {
77 state protoimpl.MessageState
78 sizeCache protoimpl.SizeCache
79 unknownFields protoimpl.UnknownFields
80
81 Label *string `protobuf:"bytes,1,req,name=label" json:"label,omitempty"`
82 Type *int32 `protobuf:"varint,2,opt,name=type,def=77" json:"type,omitempty"`
83 Reps []int64 `protobuf:"varint,3,rep,name=reps" json:"reps,omitempty"`
84 Optionalgroup *Test_OptionalGroup `protobuf:"group,4,opt,name=OptionalGroup,json=optionalgroup" json:"optionalgroup,omitempty"`
85}
86
87// Default values for Test fields.
88const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected