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

Struct driverServiceClient

shared/proto/driver/driver_grpc.pb.go:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type driverServiceClient struct {
35 cc grpc.ClientConnInterface
36}
37
38func NewDriverServiceClient(cc grpc.ClientConnInterface) DriverServiceClient {
39 return &driverServiceClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected