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

Struct DriverTripResponseData

shared/messaging/events.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type DriverTripResponseData struct {
25 Driver *pbd.Driver `json:"driver"`
26 TripID string `json:"tripID"`
27 RiderID string `json:"riderID"`
28}
29
30type PaymentEventSessionCreatedData struct {
31 TripID string `json:"tripID"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected