| 118 | } |
| 119 | |
| 120 | type 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 | |
| 133 | func (x *Driver) Reset() { |
| 134 | *x = Driver{} |
nothing calls this directly
no outgoing calls
no test coverage detected