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

Struct driverInMap

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

Source from the content-addressed store, hash-verified

10)
11
12type driverInMap struct {
13 Driver *pb.Driver
14 // Index int
15 // TODO: route
16}
17
18type Service struct {
19 drivers []*driverInMap

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected