Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddGuestData ¶
type AddGuestData struct { Header s.HeaderData Guest []FullGuestData }
func AddGuest ¶
func AddGuest() AddGuestData
type AllGuestData ¶
type AllGuestData struct { Header s.HeaderData GuestInfo []FullGuestData }
func Guest ¶
func Guest() AllGuestData
type BookingData ¶
type ContractData ¶
type ContractData struct { Header s.HeaderData Booking []BookingData Cities []CityData Areas []AreaData Types []TypeData }
func Contract ¶
func Contract() ContractData
type FullGuestData ¶
type OrderData ¶
type OrderData struct { Header s.HeaderData GuestInfo []FullGuestData }
Click to show internal directories.
Click to hide internal directories.