MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / NewDriverServiceClient

Function NewDriverServiceClient

shared/proto/driver/driver_grpc.pb.go:38–40  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected