(context.Context, *PreviewTripRequest)
| 64 | // for forward compatibility. |
| 65 | type TripServiceServer interface { |
| 66 | PreviewTrip(context.Context, *PreviewTripRequest) (*PreviewTripResponse, error) |
| 67 | CreateTrip(context.Context, *CreateTripRequest) (*CreateTripResponse, error) |
| 68 | mustEmbedUnimplementedTripServiceServer() |
| 69 | } |
nothing calls this directly
no outgoing calls
no test coverage detected