Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BungalowRestriction ¶ added in v1.0.107
type BungalowRestriction struct { ID int StartDate time.Time EndDate time.Time BungalowID int ReservationID int RestrictionID int CreatedAt time.Time UpdatedAt time.Time Bungalow Bungalow Reservation Reservation Restriction Restriction }
BungalowRestriction is a model of a bungalow restriction
type Reservation ¶ added in v1.0.67
type Reservation struct { ID int FullName string Email string Phone string StartDate time.Time EndDate time.Time BungalowID int CreatedAt time.Time UpdatedAt time.Time Bungalow Bungalow Processed int }
Reservation is the model of a reservation
type Restriction ¶ added in v1.0.107
Restriction is the model of a restriction
Click to show internal directories.
Click to hide internal directories.