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

Method PreviewTrip

shared/proto/trip/trip_grpc.pb.go:66–66  ·  view source on GitHub ↗
(context.Context, *PreviewTripRequest)

Source from the content-addressed store, hash-verified

64// for forward compatibility.
65type TripServiceServer interface {
66 PreviewTrip(context.Context, *PreviewTripRequest) (*PreviewTripResponse, error)
67 CreateTrip(context.Context, *CreateTripRequest) (*CreateTripResponse, error)
68 mustEmbedUnimplementedTripServiceServer()
69}

Callers

nothing calls this directly

Implementers 1

UnimplementedTripServiceServershared/proto/trip/trip_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected