(cc grpc.ClientConnInterface)
| 36 | } |
| 37 | |
| 38 | func NewDriverServiceClient(cc grpc.ClientConnInterface) DriverServiceClient { |
| 39 | return &driverServiceClient{cc} |
| 40 | } |
| 41 | |
| 42 | func (c *driverServiceClient) RegisterDriver(ctx context.Context, in *RegisterDriverRequest, opts ...grpc.CallOption) (*RegisterDriverResponse, error) { |
| 43 | cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...) |
nothing calls this directly
no outgoing calls
no test coverage detected