Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountType ¶
type AdAssetList ¶
AdAssetList represented in DB
func (AdAssetList) IndexOf ¶
func (d AdAssetList) IndexOf(id uint64) int
type ApplicationList ¶
type ApplicationList []*models.Application
ApplicationList represented in DB
func (ApplicationList) Result ¶
func (d ApplicationList) Result() []*models.Application
Result of data as a list
type CampaignList ¶
CampaignList represented in DB
func (*CampaignList) PrepareQuery ¶
func (d *CampaignList) PrepareQuery(db *gorm.DB) *gorm.DB
PrepareQuery for CampaignList
func (CampaignList) Result ¶
func (d CampaignList) Result() []*models.Campaign
Result of data as a list
type FormatList ¶
FormatList represented in DB
type RTBAccessPointList ¶
type RTBAccessPointList []*models.RTBAccessPoint
RTBAccessPointList represented in DB
func (*RTBAccessPointList) PrepareQuery ¶
func (d *RTBAccessPointList) PrepareQuery(db *gorm.DB) *gorm.DB
func (RTBAccessPointList) Result ¶
func (d RTBAccessPointList) Result() []*models.RTBAccessPoint
Result of data as a list
func (*RTBAccessPointList) Target ¶
func (d *RTBAccessPointList) Target() any
Target real of the list
type RTBSourceList ¶
RTBSourceList represented in DB
func (*RTBSourceList) PrepareQuery ¶
func (d *RTBSourceList) PrepareQuery(db *gorm.DB) *gorm.DB
PrepareQuery for RTBSourceList
func (RTBSourceList) Result ¶
func (d RTBSourceList) Result() []*models.RTBSource
Result of data as a list
Click to show internal directories.
Click to hide internal directories.