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

Struct Coordinate

shared/proto/trip/trip.pb.go:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type 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
152func (x *Coordinate) Reset() {
153 *x = Coordinate{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected