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

Struct tripServiceClient

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

Source from the content-addressed store, hash-verified

32}
33
34type tripServiceClient struct {
35 cc grpc.ClientConnInterface
36}
37
38func NewTripServiceClient(cc grpc.ClientConnInterface) TripServiceClient {
39 return &tripServiceClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected