| 210 | } |
| 211 | |
| 212 | type Location struct { |
| 213 | state protoimpl.MessageState `protogen:"open.v1"` |
| 214 | Latitude float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"` |
| 215 | Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"` |
| 216 | unknownFields protoimpl.UnknownFields |
| 217 | sizeCache protoimpl.SizeCache |
| 218 | } |
| 219 | |
| 220 | func (x *Location) Reset() { |
| 221 | *x = Location{} |
nothing calls this directly
no outgoing calls
no test coverage detected