This commit is contained in:
2023-09-26 16:42:46 +02:00
parent f5938d23df
commit e0b7d73e74
13 changed files with 348 additions and 298 deletions

View File

@@ -5,6 +5,7 @@ import (
"github.com/paulmach/orb/geojson"
)
// Booking is the internal struct to desribe a booking. It overrides ocss.Booking and adds driver and passenger routes
type Booking struct {
ocss.Booking `bson:",inline"`