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

Interface TripServiceServer

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

TripServiceServer is the server API for TripService service. All implementations must embed UnimplementedTripServiceServer for forward compatibility.

Source from the content-addressed store, hash-verified

63// All implementations must embed UnimplementedTripServiceServer
64// for forward compatibility.
65type TripServiceServer interface {
66 PreviewTrip(context.Context, *PreviewTripRequest) (*PreviewTripResponse, error)
67 CreateTrip(context.Context, *CreateTripRequest) (*CreateTripResponse, error)
68 mustEmbedUnimplementedTripServiceServer()
69}
70
71// UnimplementedTripServiceServer must be embedded to have
72// forward compatible implementations.

Callers

nothing calls this directly

Implementers 1

UnimplementedTripServiceServershared/proto/trip/trip_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected