Documentation ¶
Index ¶
Constants ¶
View Source
const DATE_FORMAT = "Jan _2, 2006"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Booking ¶
type Booking struct { BookingId int UserId int HotelId int CheckInDate time.Time CheckOutDate time.Time CardNumber string NameOnCard string CardExpMonth int CardExpYear int Smoking bool Beds int User *User Hotel *Hotel }
func (Booking) Description ¶
Click to show internal directories.
Click to hide internal directories.