Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BookingAllowedStartDate ¶
type BookingAllowedStartDate struct{}
type BookingMaximumStay ¶
type BookingMaximumStay struct{}
type BookingStartDateBeforeEndDate ¶
type BookingStartDateBeforeEndDate struct{}
type ErrBookingAllowedStartDate ¶
type ErrBookingAllowedStartDate struct{}
func (ErrBookingAllowedStartDate) Error ¶
func (e ErrBookingAllowedStartDate) Error() string
type ErrBookingMaximumStay ¶
type ErrBookingMaximumStay struct{}
func (ErrBookingMaximumStay) Error ¶
func (e ErrBookingMaximumStay) Error() string
type ErrBookingStartDateBeforeEndDate ¶
type ErrBookingStartDateBeforeEndDate struct{}
func (ErrBookingStartDateBeforeEndDate) Error ¶
func (e ErrBookingStartDateBeforeEndDate) Error() string
Click to show internal directories.
Click to hide internal directories.