Static driver object that is used to store the driver information
| 555 | |
| 556 | // Static driver object that is used to store the driver information |
| 557 | type TripDriver struct { |
| 558 | state protoimpl.MessageState `protogen:"open.v1"` |
| 559 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 560 | Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` |
| 561 | ProfilePicture string `protobuf:"bytes,3,opt,name=profilePicture,proto3" json:"profilePicture,omitempty"` |
| 562 | CarPlate string `protobuf:"bytes,4,opt,name=carPlate,proto3" json:"carPlate,omitempty"` |
| 563 | unknownFields protoimpl.UnknownFields |
| 564 | sizeCache protoimpl.SizeCache |
| 565 | } |
| 566 | |
| 567 | func (x *TripDriver) Reset() { |
| 568 | *x = TripDriver{} |
nothing calls this directly
no outgoing calls
no test coverage detected