Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct { WorksAtFilterType WorksAtFilterType TradingPointId *int32 TradingPointType *trading_point.Type PlaceOfWorkId *int32 PlaceOfWorkType *place_of_work.Type Search *string }
type PlaceOfWork ¶
type PlaceOfWork struct { ID int32 Type place_of_work.Type }
type TradingPoint ¶
type TradingPoint struct { ID int32 Type trading_point.Type }
type WorksAt ¶
type WorksAt struct { PlaceOfWork PlaceOfWork TradingPoint TradingPoint }
type WorksAtFilterType ¶
type WorksAtFilterType string
const ( WorksAtFilterTypeAll WorksAtFilterType = "all" WorksAtFilterTypeOnlyNull WorksAtFilterType = "only_null" WorksAtFilterTypeOnlyNotNull WorksAtFilterType = "only_not_null" )
Click to show internal directories.
Click to hide internal directories.