GroupID management
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m9s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 3m9s
This commit is contained in:
@@ -23,6 +23,7 @@ type Storage interface {
|
||||
CreateBooking(types.Booking) error
|
||||
GetAllBookings() ([]*types.Booking, error)
|
||||
GetBooking(id string) (*types.Booking, error)
|
||||
GetBookingsByGroupId(groupId string) ([]*types.Booking, error)
|
||||
UpdateBooking(booking types.Booking) error
|
||||
UpdateBookingStatus(bookingid string, newStatus string, reason string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user