| 22 | ) |
| 23 | |
| 24 | type RegisterDriverRequest struct { |
| 25 | state protoimpl.MessageState `protogen:"open.v1"` |
| 26 | DriverID string `protobuf:"bytes,1,opt,name=driverID,proto3" json:"driverID,omitempty"` |
| 27 | PackageSlug string `protobuf:"bytes,2,opt,name=packageSlug,proto3" json:"packageSlug,omitempty"` |
| 28 | unknownFields protoimpl.UnknownFields |
| 29 | sizeCache protoimpl.SizeCache |
| 30 | } |
| 31 | |
| 32 | func (x *RegisterDriverRequest) Reset() { |
| 33 | *x = RegisterDriverRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected