Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CriteriaSearch ¶
type Filter ¶
type Filter struct { Access *TypeFilter RateRules *RateRuleFilter }
type FilterSearch ¶
type FilterSearch struct { Access *TypeFilter RateRules *RateRuleFilter Plugin *domainHotelCommon.FilterPluginType }
type HotelSearchRQ ¶
type HotelSearchRQ struct { domainHotelCommon.HotelBaseRQ Token *string `gqlgen:"token"` Criteria *CriteriaSearch `gqlgen:"criteria"` Filter *Filter `gqlgen:"filter"` FilterSearch *FilterSearch `gqlgen:"filterSearch"` SerializedCriteria string }
type HotelSearchRS ¶
type HotelSearchRS struct { common.BaseRS Options []*domainHotelCommon.Option // rq is the request that this rs comes from RQ *HotelSearchRQ }
func (HotelSearchRS) IsResponse ¶
func (HotelSearchRS) IsResponse()
type RateRuleFilter ¶
type RateRuleFilter struct { Includes *[]access.RateRulesType Excludes *[]access.RateRulesType }
type TypeFilter ¶
Click to show internal directories.
Click to hide internal directories.