| 142 | } |
| 143 | |
| 144 | type Coordinate struct { |
| 145 | state protoimpl.MessageState `protogen:"open.v1"` |
| 146 | Latitude float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"` |
| 147 | Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"` |
| 148 | unknownFields protoimpl.UnknownFields |
| 149 | sizeCache protoimpl.SizeCache |
| 150 | } |
| 151 | |
| 152 | func (x *Coordinate) Reset() { |
| 153 | *x = Coordinate{} |
nothing calls this directly
no outgoing calls
no test coverage detected