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

Struct Route

shared/proto/trip/trip.pb.go:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240type Route struct {
241 state protoimpl.MessageState `protogen:"open.v1"`
242 Geometry []*Geometry `protobuf:"bytes,1,rep,name=geometry,proto3" json:"geometry,omitempty"`
243 Distance float64 `protobuf:"fixed64,2,opt,name=distance,proto3" json:"distance,omitempty"`
244 Duration float64 `protobuf:"fixed64,3,opt,name=duration,proto3" json:"duration,omitempty"`
245 unknownFields protoimpl.UnknownFields
246 sizeCache protoimpl.SizeCache
247}
248
249func (x *Route) Reset() {
250 *x = Route{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected