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