Return handling
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 40s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 40s
This commit is contained in:
@@ -18,6 +18,7 @@ type Storage interface {
|
||||
|
||||
PushDriverJourneys([]*types.DriverJourney) error
|
||||
GetDriverJourney(id string) (*types.DriverJourney, error)
|
||||
UpdateDriverJourney(types.DriverJourney) error
|
||||
|
||||
CreateBooking(types.Booking) error
|
||||
GetAllBookings() ([]*types.Booking, error)
|
||||
|
||||
Reference in New Issue
Block a user