MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / Location

Struct Location

shared/proto/driver/driver.pb.go:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212type 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
220func (x *Location) Reset() {
221 *x = Location{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected