| 74 | } |
| 75 | |
| 76 | type 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. |
| 88 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected