| 22 | } |
| 23 | |
| 24 | type DriverTripResponseData struct { |
| 25 | Driver *pbd.Driver `json:"driver"` |
| 26 | TripID string `json:"tripID"` |
| 27 | RiderID string `json:"riderID"` |
| 28 | } |
| 29 | |
| 30 | type PaymentEventSessionCreatedData struct { |
| 31 | TripID string `json:"tripID"` |
nothing calls this directly
no outgoing calls
no test coverage detected