edit proto files to add Deleted option
This commit is contained in:
@@ -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:"-"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user