logic to update vehicles
This commit is contained in:
@@ -11,6 +11,7 @@ type Storage interface {
|
||||
CreateVehicle(Vehicle) error
|
||||
GetVehicle(id string) (*Vehicle, error)
|
||||
GetVehicles(namespaces []string) ([]Vehicle, error)
|
||||
UpdateVehicle(Vehicle) error
|
||||
|
||||
//Bookings management
|
||||
CreateBooking(Booking) error
|
||||
|
||||
Reference in New Issue
Block a user