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

Struct PaymentStatusUpdateData

shared/messaging/events.go:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type PaymentStatusUpdateData struct {
46 TripID string `json:"tripID"`
47 UserID string `json:"userID"`
48 DriverID string `json:"driverID"`
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected