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

Struct TripEventData

shared/messaging/events.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type TripEventData struct {
21 Trip *pb.Trip `json:"trip"`
22}
23
24type DriverTripResponseData struct {
25 Driver *pbd.Driver `json:"driver"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected