Add PostgreSQL database option and more booking flow functionalities
This commit is contained in:
@@ -97,7 +97,7 @@ type GetPassengerRegularTripsRequest struct {
|
||||
type PatchBookingsRequest struct {
|
||||
BookingId string `json:"bookingId"`
|
||||
Status string `json:"status"`
|
||||
Message string `json:message"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type Server struct {
|
||||
|
||||
Reference in New Issue
Block a user