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

Struct Driver

shared/proto/driver/driver.pb.go:120–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120type Driver struct {
121 state protoimpl.MessageState `protogen:"open.v1"`
122 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
123 Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
124 ProfilePicture string `protobuf:"bytes,3,opt,name=profilePicture,proto3" json:"profilePicture,omitempty"`
125 CarPlate string `protobuf:"bytes,4,opt,name=carPlate,proto3" json:"carPlate,omitempty"`
126 Geohash string `protobuf:"bytes,5,opt,name=geohash,proto3" json:"geohash,omitempty"`
127 PackageSlug string `protobuf:"bytes,6,opt,name=packageSlug,proto3" json:"packageSlug,omitempty"`
128 Location *Location `protobuf:"bytes,7,opt,name=location,proto3" json:"location,omitempty"`
129 unknownFields protoimpl.UnknownFields
130 sizeCache protoimpl.SizeCache
131}
132
133func (x *Driver) Reset() {
134 *x = Driver{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected