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

Struct driverGrpcHandler

services/driver-service/gprc_handler.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type driverGrpcHandler struct {
13 pb.UnimplementedDriverServiceServer
14
15 service *Service
16}
17
18func NewGrpcHandler(s *grpc.Server, service *Service) {
19 handler := &driverGrpcHandler{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected