package
0.0.0-20200412101153-a7b02b2a32bb
Repository: https://github.com/daniortiz11/table-booking.git
Documentation: pkg.go.dev
# Functions
CheckAvailableTable will retrieve the table's id after successful search.
FindBookingByID will retrieve the values to build a booking after successful search.
InsertBooking will retrieve true after successful insertion.
InsertTable will retrieve true after successful insertion.
TruncateBookings will retrieve empty error after successful truncate.
TruncateTables will retrieve empty error after successful truncate.
UpdateStatusBookingByID will retrieve true after successful update.
UpdateStatusTableByID will retrieve true after successful update.