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

Interface DriverServiceServer

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

DriverServiceServer is the server API for DriverService service. All implementations must embed UnimplementedDriverServiceServer for forward compatibility.

Source from the content-addressed store, hash-verified

63// All implementations must embed UnimplementedDriverServiceServer
64// for forward compatibility.
65type DriverServiceServer interface {
66 RegisterDriver(context.Context, *RegisterDriverRequest) (*RegisterDriverResponse, error)
67 UnregisterDriver(context.Context, *RegisterDriverRequest) (*RegisterDriverResponse, error)
68 mustEmbedUnimplementedDriverServiceServer()
69}
70
71// UnimplementedDriverServiceServer must be embedded to have
72// forward compatible implementations.

Callers

nothing calls this directly

Implementers 1

UnimplementedDriverServiceServershared/proto/driver/driver_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected