| 85 | } |
| 86 | |
| 87 | type ID struct { |
| 88 | state protoimpl.MessageState |
| 89 | sizeCache protoimpl.SizeCache |
| 90 | unknownFields protoimpl.UnknownFields |
| 91 | |
| 92 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 93 | } |
| 94 | |
| 95 | func (x *ID) Reset() { |
| 96 | *x = ID{} |
nothing calls this directly
no outgoing calls
no test coverage detected