edit proto files to add Deleted option

This commit is contained in:
2023-05-05 15:16:00 +02:00
parent 91991789db
commit 896c1f2f1b
7 changed files with 993 additions and 1780 deletions

View File

@@ -17,8 +17,7 @@ type Booking struct {
Unavailablefrom time.Time `json:"unavailablefrom"`
Unavailableto time.Time `json:"unavailableto"`
Data map[string]any `json:"data"`
Deleted bool
Deleted bool `json:"deleted"`
Vehicle Vehicle `json:"vehicle" bson:"-"`
}