Versions in this module Expand all Collapse all v0 v0.1.2 May 2, 2025 v0.1.1 Apr 22, 2025 Changes in this version + const ActiveStatusActive + const ActiveStatusPaused + const ResponseStatusError + const ResponseStatusSuccess + var AllAnyIPv4IPv6 = []AnyIPv4IPv6 + var AllAnyOnlyExclude = []AnyOnlyExclude + var AllApplicationType = []ApplicationType + var AllAuctionType = []AuctionType + var AllPlatformType = []PlatformType + var AllPricingModel = []PricingModel + var AllPrivateStatus = []PrivateStatus + var AllRTBRequestFormatType = []RTBRequestFormatType + var AllStatisticCondition = []StatisticCondition + var AllStatisticKey = []StatisticKey + var AllStatisticOrderingKey = []StatisticOrderingKey + func ActiveStatusFrom(status ActiveStatus) models.ActiveStatus + func ActiveStatusPtr(status *ActiveStatus) *models.ActiveStatus + func ApproveStatusFrom(status qmodels.ApproveStatus) models.ApproveStatus + func ApproveStatusPtr(status *qmodels.ApproveStatus) *models.ApproveStatus + func DeletedAt(t gorm.DeletedAt) *time.Time + func ErrorInvalidField(field, msg string, path ...string) *gqlerror.Error + func ErrorRequiredField(field string, path ...string) *gqlerror.Error + func FromApproveStatus(status models.ApproveStatus) qmodels.ApproveStatus + func PricingModelFrom(pm PricingModel) models.PricingModel + func StatisticAdListOrder(ord []*StatisticAdKeyOrder) *statistic.ListOrder + func StatisticGroup(group []StatisticKey) *repository.GroupOption + type Account = bzgqlmodel.Account + type ActiveStatus = bzgqlmodel.ActiveStatus + func FromActiveStatus(status models.ActiveStatus) ActiveStatus + type AdFormat struct + Active models.ActiveStatus + Codename string + Config types.NullableJSON + CreatedAt time.Time + DeletedAt *time.Time + Description string + Height int + ID uint64 + MinHeight int + MinWidth int + Title string + Type string + UpdatedAt time.Time + Width int + func FromAdFormatModel(format *models.Format) *AdFormat + func FromAdFormatModelList(format []*models.Format) []*AdFormat + type AdFormatEdge struct + Cursor string + Node *AdFormat + type AdFormatInput struct + Active *models.ActiveStatus + Codename *string + Config *types.JSON + Description *string + Height *int + MinHeight *int + MinWidth *int + Title *string + Type *string + Width *int + func (inp *AdFormatInput) FillModel(m *models.Format) + type AdFormatListFilter struct + Active []models.ActiveStatus + Codename []string + ID []uint64 + Title []string + Type []string + func (fl *AdFormatListFilter) Filter() *adformat.Filter + type AdFormatListOrder struct + Active *models.Ordering + Codename *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + Title *models.Ordering + Type *models.Ordering + UpdatedAt *models.Ordering + func (ord *AdFormatListOrder) Order() *adformat.ListOrder + type AdFormatPayload struct + ClientMutationID string + Format *AdFormat + FormatID uint64 + type AnyIPv4IPv6 string + const AnyIPv4IPv6Any + const AnyIPv4IPv6IPv4 + const AnyIPv4IPv6IPv6 + func FromAnyIPv4IPv6(status int) AnyIPv4IPv6 + func (e *AnyIPv4IPv6) IntPtr() *int + func (e *AnyIPv4IPv6) UnmarshalGQL(v any) error + func (e *AnyIPv4IPv6) UnmarshalJSON(b []byte) error + func (e AnyIPv4IPv6) Int() int + func (e AnyIPv4IPv6) IsValid() bool + func (e AnyIPv4IPv6) MarshalGQL(w io.Writer) + func (e AnyIPv4IPv6) MarshalJSON() ([]byte, error) + func (e AnyIPv4IPv6) String() string + type AnyOnlyExclude string + const AnyOnlyExcludeAny + const AnyOnlyExcludeExclude + const AnyOnlyExcludeOnly + func FromAnyOnlyExclude(status int) AnyOnlyExclude + func (e *AnyOnlyExclude) IntPtr() *int + func (e *AnyOnlyExclude) UnmarshalGQL(v any) error + func (e *AnyOnlyExclude) UnmarshalJSON(b []byte) error + func (e AnyOnlyExclude) Int() int + func (e AnyOnlyExclude) IsValid() bool + func (e AnyOnlyExclude) MarshalGQL(w io.Writer) + func (e AnyOnlyExclude) MarshalJSON() ([]byte, error) + func (e AnyOnlyExclude) String() string + type Application struct + AccountID uint64 + Active models.ActiveStatus + Categories []int + CreatedAt time.Time + CreatorID uint64 + DeletedAt *time.Time + Description string + ID uint64 + Platform PlatformType + Premium bool + Private PrivateStatus + RevenueShare *float64 + Status models.ApproveStatus + Title string + Type ApplicationType + URI string + UpdatedAt time.Time + func FromApplicationModel(obj *models.Application) *Application + func FromApplicationModelList(list []*models.Application) []*Application + type ApplicationCreateInput struct + AccountID *uint64 + Categories []int + Description *string + Platform *PlatformType + RevenueShare *float64 + Title string + Type *ApplicationType + URI string + func (inp *ApplicationCreateInput) FillModel(trg *models.Application) error + type ApplicationEdge struct + Cursor string + Node *Application + type ApplicationListFilter struct + AccountID *uint64 + Active *models.ActiveStatus + ID []uint64 + Platform []PlatformType + Premium *bool + Private *PrivateStatus + Status *models.ApproveStatus + Title *string + Type []ApplicationType + URI *string + func (fl *ApplicationListFilter) Filter() *application.Filter + type ApplicationListOrder struct + Active *models.Ordering + CreatedAt *models.Ordering + DeletedAt *models.Ordering + ID *models.Ordering + Platform *models.Ordering + Premium *models.Ordering + Status *models.Ordering + Title *models.Ordering + Type *models.Ordering + URI *models.Ordering + UpdatedAt *models.Ordering + func (ol *ApplicationListOrder) Order() *application.ListOrder + type ApplicationPayload struct + Application *Application + ApplicationID uint64 + ClientMutationID string + type ApplicationType string + const ApplicationTypeApp + const ApplicationTypeGame + const ApplicationTypeSite + const ApplicationTypeUndefined + func FromApplicationType(tp models.ApplicationType) ApplicationType + func (e *ApplicationType) UnmarshalGQL(v any) error + func (e *ApplicationType) UnmarshalJSON(b []byte) error + func (e ApplicationType) IsValid() bool + func (e ApplicationType) MarshalGQL(w io.Writer) + func (e ApplicationType) MarshalJSON() ([]byte, error) + func (e ApplicationType) ModelType() models.ApplicationType + func (e ApplicationType) String() string + type ApplicationUpdateInput struct + AccountID *uint64 + Categories []int + Description *string + Platform *PlatformType + RevenueShare *float64 + Title *string + Type *ApplicationType + URI *string + func (inp *ApplicationUpdateInput) FillModel(trg *models.Application) error + type AuctionType string + const AuctionTypeFirstPrice + const AuctionTypeSecondPrice + const AuctionTypeUndefined + func FromAuctionType(t models.AuctionType) AuctionType + func (e *AuctionType) AuctionTypePtr() *models.AuctionType + func (e *AuctionType) UnmarshalGQL(v any) error + func (e *AuctionType) UnmarshalJSON(b []byte) error + func (e AuctionType) AuctionType() models.AuctionType + func (e AuctionType) IsValid() bool + func (e AuctionType) MarshalGQL(w io.Writer) + func (e AuctionType) MarshalJSON() ([]byte, error) + func (e AuctionType) String() string + type AuthClient = bzgqlmodel.AuthClient + type Browser struct + Active models.ActiveStatus + CreatedAt time.Time + DeletedAt *time.Time + Description string + ID uint64 + MatchNameExp string + MatchUserAgentExp string + MatchVersionMaxExp string + MatchVersionMinExp string + Name string + Parent *Browser + ParentID uint64 + UpdatedAt time.Time + Version string + Versions []*Browser + YearEndSupport int + YearRelease int + func FromBrowserModel(browser *models.Browser) *Browser + func FromBrowserModelList(browser []*models.Browser) []*Browser + type BrowserCreateInput struct + Active *models.ActiveStatus + Description *string + MatchNameExp *string + MatchUserAgentExp *string + MatchVersionMaxExp *string + MatchVersionMinExp *string + Name string + ParentID *uint64 + Version *string + YearEndSupport *int + YearRelease *int + func (inp *BrowserCreateInput) FillModel(trg *models.Browser) error + type BrowserEdge struct + Cursor string + Node *Browser + type BrowserListFilter struct + Active []models.ActiveStatus + ID []uint64 + Name []string + ParentID []uint64 + func (fl *BrowserListFilter) Filter() *browser.Filter + type BrowserListOrder struct + Active *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + Name *models.Ordering + UpdatedAt *models.Ordering + YearRelease *models.Ordering + func (ol *BrowserListOrder) Fill(order *browser.ListOrder) + func (ol *BrowserListOrder) Order() *browser.ListOrder + type BrowserPayload struct + Browser *Browser + BrowserID uint64 + ClientMutationID string + type BrowserUpdateInput struct + Active *models.ActiveStatus + Description *string + MatchNameExp *string + MatchUserAgentExp *string + MatchVersionMaxExp *string + MatchVersionMinExp *string + Name *string + Version *string + YearEndSupport *int + YearRelease *int + func (inp *BrowserUpdateInput) FillModel(trg *models.Browser) error + type Category struct + Active models.ActiveStatus + Childrens []*Category + CreatedAt time.Time + DeletedAt *time.Time + Description string + IABCode string + ID uint64 + Name string + Parent *Category + ParentID *uint64 + Position int + UpdatedAt time.Time + func FromCategoryModel(category *models.Category) *Category + func FromCategoryModelList(categories []*models.Category) []*Category + type CategoryEdge struct + Cursor string + Node *Category + type CategoryInput struct + Active *models.ActiveStatus + Description *string + IABCode *string + Name *string + ParentID *uint64 + Position *int + func (m *CategoryInput) FillModel(category *models.Category) + type CategoryListFilter struct + Active []models.ActiveStatus + IABCode []string + ID []uint64 + Name []string + ParentID []uint64 + func (fl *CategoryListFilter) Filter() *category.Filter + type CategoryListOrder struct + Active *models.Ordering + CreatedAt *models.Ordering + IABCode *models.Ordering + ID *models.Ordering + Name *models.Ordering + ParentID *models.Ordering + Position *models.Ordering + UpdatedAt *models.Ordering + func (ol *CategoryListOrder) Order() *category.ListOrder + type CategoryPayload struct + Category *Category + CategoryID uint64 + ClientMutationID string + type Continent struct + Code2 string + Countries []*Country + ID uint64 + Name string + func FromGeoContinentByCode(code string) *Continent + func FromGeoContinentModel(c gogeo.Continent) *Continent + func FromGeoContinentModelList(c []gogeo.Continent) []*Continent + type Coordinates struct + Lat float64 + Lon float64 + type Country struct + Capital string + Code2 string + Code3 string + Continent *Continent + ContinentCode string + Coordinates *Coordinates + Currency []string + ID uint64 + Languages []string + Name string + NativeName string + PhoneCodes []string + TimeZones []*TimeZone + func FromGeoCountryModel(c gogeo.Country) *Country + func FromGeoCountryModelList(c []gogeo.Country) []*Country + type DeviceMaker struct + Active models.ActiveStatus + Codename string + CreatedAt time.Time + DeletedAt *time.Time + Description string + ID uint64 + MatchExp string + Models []*DeviceModel + Name string + UpdatedAt time.Time + func FromDeviceMakerModel(m *models.DeviceMaker) *DeviceMaker + func FromDeviceMakerModelList(list []*models.DeviceMaker) []*DeviceMaker + type DeviceMakerCreateInput struct + Active models.ActiveStatus + Codename string + Description *string + MatchExp *string + Name string + func (inp *DeviceMakerCreateInput) FillModel(m *models.DeviceMaker) error + type DeviceMakerEdge struct + Cursor string + Node *DeviceMaker + type DeviceMakerListFilter struct + Active []models.ActiveStatus + Codename []string + ID []uint64 + Name []string + func (fl *DeviceMakerListFilter) Filter() *devicemaker.Filter + type DeviceMakerListOrder struct + Active *models.Ordering + Codename *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + Name *models.Ordering + UpdatedAt *models.Ordering + func (ol *DeviceMakerListOrder) Fill(vl *devicemaker.ListOrder) + func (ol *DeviceMakerListOrder) Order() *devicemaker.ListOrder + type DeviceMakerPayload struct + ClientMutationID string + Maker *DeviceMaker + MakerID uint64 + type DeviceMakerUpdateInput struct + Active *models.ActiveStatus + Codename *string + Description *string + MatchExp *string + Name *string + func (inp *DeviceMakerUpdateInput) FillModel(m *models.DeviceMaker) + type DeviceModel struct + Active models.ActiveStatus + Codename string + CreatedAt time.Time + DeletedAt *time.Time + Description string + ID uint64 + Maker *DeviceMaker + MakerCodename string + MatchExp string + Name string + Parent *DeviceModel + ParentID *uint64 + Type *DeviceType + TypeCodename string + UpdatedAt time.Time + Version string + Versions []*DeviceModel + YearRelease int + func FromDeviceModelModel(m *models.DeviceModel) *DeviceModel + func FromDeviceModelModelList(list []*models.DeviceModel) []*DeviceModel + type DeviceModelCreateInput struct + Active models.ActiveStatus + Codename string + Description *string + MakerCodename string + MatchExp *string + Name string + ParentID *uint64 + TypeCodename string + Version string + func (inp *DeviceModelCreateInput) FillModel(m *models.DeviceModel) error + type DeviceModelEdge struct + Cursor string + Node *DeviceModel + type DeviceModelListFilter struct + Active []models.ActiveStatus + Codename []string + ID []uint64 + MakerCodename []string + Name []string + ParentID []uint64 + TypeCodename []string + func (fl *DeviceModelListFilter) Filter() *devicemodel.Filter + type DeviceModelListOrder struct + Active *models.Ordering + Codename *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + MakerCodename *models.Ordering + Name *models.Ordering + TypeCodename *models.Ordering + UpdatedAt *models.Ordering + YearRelease *models.Ordering + func (ol *DeviceModelListOrder) Fill(vl *devicemodel.ListOrder) + func (ol *DeviceModelListOrder) Order() *devicemodel.ListOrder + type DeviceModelPayload struct + ClientMutationID string + Model *DeviceModel + ModelID uint64 + type DeviceModelUpdateInput struct + Active *models.ActiveStatus + Codename *string + Description *string + MakerCodename *string + MatchExp *string + Name *string + ParentID *uint64 + TypeCodename *string + Version *string + func (inp *DeviceModelUpdateInput) FillModel(m *models.DeviceModel) + type DeviceType struct + Active models.ActiveStatus + Codename string + Description string + ID uint64 + Name string + func FromDeviceTypeModel(m *models.DeviceType) *DeviceType + func FromDeviceTypeModelList(m []*models.DeviceType) []*DeviceType + type HistoryAction = bzgqlmodel.HistoryAction + type HistoryActionEdge = bzgqlmodel.HistoryActionEdge + type HistoryActionListFilter = bzgqlmodel.HistoryActionListFilter + type HistoryActionListOrder = bzgqlmodel.HistoryActionListOrder + type HistoryActionPayload = bzgqlmodel.HistoryActionPayload + type Lang struct + ID uint64 + Iso2 string + Name string + NativeName string + type LangListFilter struct + ID []uint64 + Iso2 []string + Name []string + NativeName []string + type OSCreateInput struct + Active *models.ActiveStatus + Description *string + MatchNameExp *string + MatchUserAgentExp *string + MatchVersionMaxExp *string + MatchVersionMinExp *string + Name string + ParentID *uint64 + Version *string + YearEndSupport *int + YearRelease *int + func (inp *OSCreateInput) FillModel(trg *models.OS) error + type OSEdge struct + Cursor string + Node *Os + type OSListFilter struct + Active *models.ActiveStatus + ID []uint64 + Name []string + ParentID []uint64 + func (fl *OSListFilter) Filter() *os.Filter + type OSListOrder struct + Active *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + Name *models.Ordering + UpdatedAt *models.Ordering + YearRelease *models.Ordering + func (ol *OSListOrder) Fill(order *os.ListOrder) + func (ol *OSListOrder) Order() *os.ListOrder + type OSPayload struct + ClientMutationID string + Os *Os + Osid uint64 + type OSUpdateInput struct + Active *models.ActiveStatus + Description *string + MatchNameExp *string + MatchUserAgentExp *string + MatchVersionMaxExp *string + MatchVersionMinExp *string + Name *string + Version *string + YearEndSupport *int + YearRelease *int + func (inp *OSUpdateInput) FillModel(trg *models.OS) error + type Option = bzgqlmodel.Option + type Os struct + Active models.ActiveStatus + CreatedAt time.Time + DeletedAt *time.Time + Description string + ID uint64 + MatchNameExp string + MatchUserAgentExp string + MatchVersionMaxExp string + MatchVersionMinExp string + Name string + Parent *Os + ParentID uint64 + UpdatedAt time.Time + Version string + Versions []*Os + YearEndSupport int + YearRelease int + func FromOSModel(os *models.OS) *Os + func FromOSModelList(os []*models.OS) []*Os + type Page = bzgqlmodel.Page + type PlatformType string + const PlatformTypeDesktop + const PlatformTypeGameStation + const PlatformTypeMobile + const PlatformTypeSmartBillboard + const PlatformTypeSmartGlasses + const PlatformTypeSmartPhone + const PlatformTypeSmartTv + const PlatformTypeSmartWatch + const PlatformTypeTablet + const PlatformTypeUndefined + const PlatformTypeVr + const PlatformTypeWeb + func FromPlatformType(tp models.PlatformType) PlatformType + func (e *PlatformType) UnmarshalGQL(v any) error + func (e *PlatformType) UnmarshalJSON(b []byte) error + func (e PlatformType) IsValid() bool + func (e PlatformType) MarshalGQL(w io.Writer) + func (e PlatformType) MarshalJSON() ([]byte, error) + func (e PlatformType) ModelType() models.PlatformType + func (e PlatformType) String() string + type PricingModel string + const PricingModelCpa + const PricingModelCpc + const PricingModelCpm + const PricingModelUndefined + func FromPricingModel(pm models.PricingModel) PricingModel + func (e *PricingModel) UnmarshalGQL(v any) error + func (e *PricingModel) UnmarshalJSON(b []byte) error + func (e PricingModel) IsValid() bool + func (e PricingModel) MarshalGQL(w io.Writer) + func (e PricingModel) MarshalJSON() ([]byte, error) + func (e PricingModel) String() string + func (pm PricingModel) ModelType() models.PricingModel + type PrivateStatus string + const PrivateStatusPrivate + const PrivateStatusPublic + func FromPrivateStatus(status models.PrivateStatus) PrivateStatus + func (e *PrivateStatus) ModelStatus() models.PrivateStatus + func (e *PrivateStatus) ModelStatusPtr() *models.PrivateStatus + func (e *PrivateStatus) UnmarshalGQL(v any) error + func (e *PrivateStatus) UnmarshalJSON(b []byte) error + func (e PrivateStatus) IsValid() bool + func (e PrivateStatus) MarshalGQL(w io.Writer) + func (e PrivateStatus) MarshalJSON() ([]byte, error) + func (e PrivateStatus) String() string + type RBACRole = bzgqlmodel.RBACRole + type RTBRequestFormatType string + const RTBRequestFormatTypeJSON + const RTBRequestFormatTypeUndefined + const RTBRequestFormatTypeXML + func FromRTBRequestType(t models.RTBRequestType) RTBRequestFormatType + func (e *RTBRequestFormatType) RequestTypePtr() *models.RTBRequestType + func (e *RTBRequestFormatType) UnmarshalGQL(v any) error + func (e *RTBRequestFormatType) UnmarshalJSON(b []byte) error + func (e RTBRequestFormatType) IsValid() bool + func (e RTBRequestFormatType) MarshalGQL(w io.Writer) + func (e RTBRequestFormatType) MarshalJSON() ([]byte, error) + func (e RTBRequestFormatType) RequestType() models.RTBRequestType + func (e RTBRequestFormatType) String() string + type RTBSource struct + Account *models.Account + AccountID uint64 + Accuracy float64 + Active models.ActiveStatus + AdBlock AnyOnlyExclude + ApplicationIDs []uint64 + Applications []*Application + AuctionType AuctionType + BrowserIDs []uint64 + Browsers []*Browser + CarrierIDs []uint64 + Categories []*Category + CategoryIDs []uint64 + Config types.NullableJSON + Countries []*Country + CountryCodes []string + CreatedAt time.Time + DeletedAt *time.Time + Description string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + DeviceTypes []*DeviceType + Devices []*DeviceModel + Domains []string + Flags types.NullableJSON + FormatCodes []string + Formats []*AdFormat + Headers types.NullableJSON + ID uint64 + IP AnyIPv4IPv6 + LanguageCodes []string + Languages []*Lang + MaxBid float64 + Method string + MinBid float64 + MinimalWeight float64 + OSIDs []uint64 + Os []*Os + PriceCorrectionReduce float64 + PrivateBrowsing AnyOnlyExclude + Protocol string + RequestType RTBRequestFormatType + Rps int + Secure AnyOnlyExclude + Status models.ApproveStatus + Timeout int + Title string + URL string + UpdatedAt time.Time + ZoneIDs []uint64 + Zones []*Zone + func FromRTBSourceModel(src *models.RTBSource) *RTBSource + func FromRTBSourceModelList(src []*models.RTBSource) []*RTBSource + type RTBSourceCreateInput struct + AccountID *uint64 + Accuracy float64 + AdBlock *AnyOnlyExclude + ApplicationIDs []uint64 + AuctionType AuctionType + BrowserIDs []uint64 + CarrierIDs []uint64 + CategoryIDs []uint64 + Config *types.NullableJSON + CountryCodes []string + Description *string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + Domains []string + Flags *types.NullableJSON + FormatCodes []string + Headers *types.NullableJSON + IP *AnyIPv4IPv6 + LanguageCodes []string + MaxBid float64 + Method string + MinBid float64 + MinimalWeight *float64 + OSIDs []uint64 + PriceCorrectionReduce float64 + PrivateBrowsing *AnyOnlyExclude + Protocol string + RequestType RTBRequestFormatType + Rps int + Secure *AnyOnlyExclude + Timeout int + Title string + URL string + ZoneIDs []uint64 + func (inp *RTBSourceCreateInput) FillModel(m *models.RTBSource) + type RTBSourceEdge struct + Cursor string + Node *RTBSource + type RTBSourceListFilter struct + AccountID *uint64 + Active *models.ActiveStatus + AuctionType []AuctionType + ID []uint64 + Method []string + Protocol []string + RequestType []RTBRequestFormatType + Status *models.ApproveStatus + func (fl *RTBSourceListFilter) Filter() *rtbsource.Filter + type RTBSourceListOrder struct + AccountID *models.Ordering + Active *models.Ordering + AuctionType *models.Ordering + CreatedAt *models.Ordering + DeletedAt *models.Ordering + ID *models.Ordering + Method *models.Ordering + Protocol *models.Ordering + RequestType *models.Ordering + Status *models.Ordering + Title *models.Ordering + UpdatedAt *models.Ordering + func (ord *RTBSourceListOrder) Fill(order *rtbsource.ListOrder) + func (ord *RTBSourceListOrder) Order() *rtbsource.ListOrder + type RTBSourcePayload struct + ClientMutationID string + Source *RTBSource + SourceID uint64 + type RTBSourceUpdateInput struct + AccountID *uint64 + Accuracy *float64 + AdBlock *AnyOnlyExclude + ApplicationIDs []uint64 + AuctionType *AuctionType + BrowserIDs []uint64 + CarrierIDs []uint64 + CategoryIDs []uint64 + Config *types.NullableJSON + CountryCodes []string + Description *string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + Domains []string + Flags *types.NullableJSON + FormatCodes []string + Headers *types.NullableJSON + IP *AnyIPv4IPv6 + LanguageCodes []string + MaxBid *float64 + Method *string + MinBid *float64 + MinimalWeight *float64 + OSIDs []uint64 + PriceCorrectionReduce *float64 + PrivateBrowsing *AnyOnlyExclude + Protocol *string + RequestType *RTBRequestFormatType + Rps *int + Secure *AnyOnlyExclude + Timeout *int + Title *string + URL *string + ZoneIDs []uint64 + func (inp *RTBSourceUpdateInput) FillModel(m *models.RTBSource) + type SessionToken = bzgqlmodel.SessionToken + type SocialAccount = bzgqlmodel.SocialAccount + type StatisticAdItem struct + BidPrice float64 + Bids uint64 + Clicks uint64 + Ctr float64 + Directs uint64 + ECpc float64 + ECpm float64 + Errors uint64 + Impressions uint64 + Keys []*StatisticItemKey + Nobids uint64 + Profit float64 + Requests uint64 + Skips uint64 + Views uint64 + Wins uint64 + func FromStatisticAdItemModel(st *models.StatisticAdItem) *StatisticAdItem + func FromStatisticAdItemModelList(st []*models.StatisticAdItem) []*StatisticAdItem + type StatisticAdKeyCondition struct + Key StatisticKey + Op StatisticCondition + Value []any + type StatisticAdKeyOrder struct + Key StatisticOrderingKey + Order models.Ordering + type StatisticAdListFilter struct + Conditions []*StatisticAdKeyCondition + EndDate *types.DateTime + StartDate *types.DateTime + func (fl *StatisticAdListFilter) Filter() *statistic.Filter + type StatisticCondition string + const StatisticConditionBetween + const StatisticConditionEq + const StatisticConditionGt + const StatisticConditionGtEq + const StatisticConditionIn + const StatisticConditionIsNotNull + const StatisticConditionIsNull + const StatisticConditionLike + const StatisticConditionLt + const StatisticConditionLtEq + const StatisticConditionNotBetween + const StatisticConditionNotEq + const StatisticConditionNotIn + const StatisticConditionNotLike + func (e *StatisticCondition) UnmarshalGQL(v any) error + func (e *StatisticCondition) UnmarshalJSON(b []byte) error + func (e StatisticCondition) IsValid() bool + func (e StatisticCondition) MarshalGQL(w io.Writer) + func (e StatisticCondition) MarshalJSON() ([]byte, error) + func (e StatisticCondition) String() string + func (op StatisticCondition) AsQueryOp() statistic.Operation + type StatisticItemKey struct + Key StatisticKey + Text string + Value any + func FromStatisticAdItemKeyModel(st *models.StatisticAdItemKey) *StatisticItemKey + type StatisticKey string + const StatisticKeyAppID + const StatisticKeyBrowserID + const StatisticKeyCarrierID + const StatisticKeyCountry + const StatisticKeyDatemark + const StatisticKeyDeviceID + const StatisticKeyDeviceType + const StatisticKeyDomain + const StatisticKeyFormatID + const StatisticKeyIP + const StatisticKeyLanguage + const StatisticKeyOsID + const StatisticKeyPlatformType + const StatisticKeySourceID + const StatisticKeyTimemark + const StatisticKeyUndefined + const StatisticKeyZoneID + func FromRepoStatisticKey(key statistic.Key) StatisticKey + func (e *StatisticKey) UnmarshalGQL(v any) error + func (e *StatisticKey) UnmarshalJSON(b []byte) error + func (e StatisticKey) IsValid() bool + func (e StatisticKey) MarshalGQL(w io.Writer) + func (e StatisticKey) MarshalJSON() ([]byte, error) + func (e StatisticKey) String() string + func (key StatisticKey) AsQueryKey() statistic.Key + type StatisticOrderingKey string + const StatisticOrderingKeyAppID + const StatisticOrderingKeyBidPrice + const StatisticOrderingKeyBids + const StatisticOrderingKeyBrowserID + const StatisticOrderingKeyCarrierID + const StatisticOrderingKeyClicks + const StatisticOrderingKeyCountry + const StatisticOrderingKeyCtr + const StatisticOrderingKeyDatemark + const StatisticOrderingKeyDeviceID + const StatisticOrderingKeyDeviceType + const StatisticOrderingKeyDirects + const StatisticOrderingKeyDomain + const StatisticOrderingKeyEcpa + const StatisticOrderingKeyEcpc + const StatisticOrderingKeyEcpm + const StatisticOrderingKeyErrors + const StatisticOrderingKeyFormatID + const StatisticOrderingKeyIP + const StatisticOrderingKeyImpressions + const StatisticOrderingKeyLanguage + const StatisticOrderingKeyNobids + const StatisticOrderingKeyOsID + const StatisticOrderingKeyPlatformType + const StatisticOrderingKeyProfit + const StatisticOrderingKeyRequests + const StatisticOrderingKeySkips + const StatisticOrderingKeySourceID + const StatisticOrderingKeyTimemark + const StatisticOrderingKeyUndefined + const StatisticOrderingKeyViews + const StatisticOrderingKeyWins + const StatisticOrderingKeyZoneID + func (e *StatisticOrderingKey) UnmarshalGQL(v any) error + func (e *StatisticOrderingKey) UnmarshalJSON(b []byte) error + func (e StatisticOrderingKey) IsValid() bool + func (e StatisticOrderingKey) MarshalGQL(w io.Writer) + func (e StatisticOrderingKey) MarshalJSON() ([]byte, error) + func (e StatisticOrderingKey) String() string + type StatusResponse = bzgqlmodel.StatusResponse + type TimeZone struct + Lon float64 + Name string + type TrafficRouter struct + Account *models.Account + AccountID uint64 + Active models.ActiveStatus + AdBlock AnyOnlyExclude + ApplicationIDs []uint64 + Applications []*Application + BrowserIDs []uint64 + Browsers []*Browser + CarrierIDs []uint64 + Categories []*Category + CategoryIDs []uint64 + Countries []*Country + CountryCodes []string + CreatedAt time.Time + DeletedAt *time.Time + Description string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + DeviceTypes []*DeviceType + Devices []*DeviceModel + Domains []string + FormatCodes []string + Formats []*AdFormat + ID uint64 + IP AnyIPv4IPv6 + LanguageCodes []string + Languages []*Lang + OSIDs []uint64 + Os []*Os + Percent float64 + PrivateBrowsing AnyOnlyExclude + RTBSourceIDs []uint64 + RTBSources []*RTBSource + Secure AnyOnlyExclude + Title string + UpdatedAt time.Time + ZoneIDs []uint64 + Zones []*Zone + func FromTrafficRouterModel(m *models.TrafficRouter) *TrafficRouter + func FromTrafficRouterModelList(m []*models.TrafficRouter) []*TrafficRouter + type TrafficRouterCreateInput struct + AccountID *uint64 + Active models.ActiveStatus + AdBlock *AnyOnlyExclude + ApplicationIDs []uint64 + BrowserIDs []uint64 + CarrierIDs []uint64 + CategoryIDs []uint64 + CountryCodes []string + Description *string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + Domains []string + FormatCodes []string + IP *AnyIPv4IPv6 + LanguageCodes []string + OSIDs []uint64 + Percent float64 + PrivateBrowsing *AnyOnlyExclude + RTBSourceIDs []uint64 + Secure *AnyOnlyExclude + Title string + ZoneIDs []uint64 + func (inp *TrafficRouterCreateInput) FillModel(obj *models.TrafficRouter) + type TrafficRouterEdge struct + Cursor string + Node *TrafficRouter + type TrafficRouterListFilter struct + AccountID *uint64 + Active *models.ActiveStatus + AdBlock *AnyOnlyExclude + ApplicationIDs []uint64 + BrowserIDs []uint64 + CarrierIDs []uint64 + CategoryIDs []uint64 + CountryCodes []string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + Domains []string + FormatCodes []string + ID []uint64 + IP *AnyIPv4IPv6 + LanguageCodes []string + OSIDs []uint64 + PrivateBrowsing *AnyOnlyExclude + RTBSourceIDs []uint64 + Secure *AnyOnlyExclude + ZoneIDs []uint64 + func (fl *TrafficRouterListFilter) Filter() *trafficrouter.Filter + type TrafficRouterListOrder struct + Active *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + Percent *models.Ordering + Title *models.Ordering + UpdatedAt *models.Ordering + func (ord *TrafficRouterListOrder) Fill(order *trafficrouter.ListOrder) + func (ord *TrafficRouterListOrder) Order() *trafficrouter.ListOrder + type TrafficRouterPayload struct + ClientMutationID string + Router *TrafficRouter + RouterID uint64 + type TrafficRouterUpdateInput struct + Active *models.ActiveStatus + AdBlock *AnyOnlyExclude + ApplicationIDs []uint64 + BrowserIDs []uint64 + CarrierIDs []uint64 + CategoryIDs []uint64 + CountryCodes []string + Description *string + DeviceIDs []uint64 + DeviceTypeIDs []uint64 + Domains []string + FormatCodes []string + IP *AnyIPv4IPv6 + LanguageCodes []string + OSIDs []uint64 + Percent *float64 + PrivateBrowsing *AnyOnlyExclude + RTBSourceIDs []uint64 + Secure *AnyOnlyExclude + Title *string + ZoneIDs []uint64 + func (inp *TrafficRouterUpdateInput) FillModel(obj *models.TrafficRouter) + type User = bzgqlmodel.User + type Zone struct + AccountID uint64 + Active models.ActiveStatus + AllowedFormats []string + AllowedSources []int64 + AllowedTypes []int64 + Campaigns []int64 + Codename string + Context types.NullableJSON + CreatedAt time.Time + DefaultCode types.NullableJSON + DeletedAt *time.Time + Description string + DisallowedSources []int64 + FixedPurchasePrice float64 + ID uint64 + MinEcpm float64 + Status models.ApproveStatus + Title string + UpdatedAt time.Time + func FromZoneModel(obj *models.Zone) *Zone + func FromZoneModelList(obj []*models.Zone) []*Zone + type ZoneEdge struct + Cursor string + Node *Zone + type ZoneInput struct + AccountID *uint64 + AllowedFormats []string + AllowedSources []int64 + AllowedTypes []int64 + Campaigns []int64 + Codename *string + Context *types.JSON + DefaultCode *types.JSON + Description *string + DisallowedSources []int64 + FixedPurchasePrice *float64 + MinECPMByGeo *types.JSON + MinEcpm *float64 + Title *string + func (inp *ZoneInput) FillModel(obj *models.Zone) + type ZoneListFilter struct + AccountID []uint64 + Active *models.ActiveStatus + Codename []string + ID []uint64 + MaxEcpm *float64 + MinEcpm *float64 + Status *models.ApproveStatus + func (fl *ZoneListFilter) Filter() *zone.Filter + type ZoneListOrder struct + AccountID *models.Ordering + Active *models.Ordering + Codename *models.Ordering + CreatedAt *models.Ordering + ID *models.Ordering + MinEcpm *models.Ordering + Status *models.Ordering + Title *models.Ordering + Type *models.Ordering + UpdatedAt *models.Ordering + func (ord *ZoneListOrder) Order() *zone.ListOrder + type ZonePayload struct + ClientMutationID string + Zone *Zone + ZoneID uint64