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

Method CreateTrip

shared/proto/trip/trip_grpc.pb.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, in *CreateTripRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

29type TripServiceClient interface {
30 PreviewTrip(ctx context.Context, in *PreviewTripRequest, opts ...grpc.CallOption) (*PreviewTripResponse, error)
31 CreateTrip(ctx context.Context, in *CreateTripRequest, opts ...grpc.CallOption) (*CreateTripResponse, error)
32}
33
34type tripServiceClient struct {

Callers 1

Implementers 3

gRPCHandlerservices/trip-service/internal/infrast
tripServiceClientshared/proto/trip/trip_grpc.pb.go
UnimplementedTripServiceServershared/proto/trip/trip_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected