Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetBooking ¶
type GetBooking struct {
BookingID string
}
type GetBookingHandler ¶
type GetBookingHandler handler.Query[GetBooking, *domain.Booking]
GetBookingHandler is a logging decorator for the getBookingHandler struct.
func NewGetBookingHandler ¶
func NewGetBookingHandler(bookings domain.BookingRepository) GetBookingHandler
type GetCampsites ¶
type GetCampsites struct{}
type GetCampsitesHandler ¶
type GetCampsitesHandler handler.Query[GetCampsites, []*domain.Campsite]
GetCampsitesHandler is a logging decorator for the getCampsitesHandler struct.
func NewGetCampsitesHandler ¶
func NewGetCampsitesHandler(campsites domain.CampsiteRepository) GetCampsitesHandler
type GetVacantDates ¶
type GetVacantDatesHandler ¶
type GetVacantDatesHandler handler.Query[GetVacantDates, []string]
GetVacantDatesHandler is a logging decorator for the getVacantDatesHandler struct.
func NewGetVacantDatesHandler ¶
func NewGetVacantDatesHandler(bookings domain.BookingRepository) GetVacantDatesHandler
Click to show internal directories.
Click to hide internal directories.