| 32 | } |
| 33 | |
| 34 | type driverServiceClient struct { |
| 35 | cc grpc.ClientConnInterface |
| 36 | } |
| 37 | |
| 38 | func NewDriverServiceClient(cc grpc.ClientConnInterface) DriverServiceClient { |
| 39 | return &driverServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected