| 1269 | } |
| 1270 | |
| 1271 | type String struct { |
| 1272 | state protoimpl.MessageState |
| 1273 | sizeCache protoimpl.SizeCache |
| 1274 | unknownFields protoimpl.UnknownFields |
| 1275 | |
| 1276 | Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` |
| 1277 | } |
| 1278 | |
| 1279 | func (x *String) Reset() { |
| 1280 | *x = String{} |
nothing calls this directly
no outgoing calls
no test coverage detected