Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdClickThroughsSQLLite ¶
type AdClickThroughsSQLLite struct {
// contains filtered or unexported fields
}
func (*AdClickThroughsSQLLite) Init ¶
func (c *AdClickThroughsSQLLite) Init()
type AdClickThroughsTable ¶
type AdConversionsSQLLite ¶
type AdConversionsSQLLite struct {
// contains filtered or unexported fields
}
func (*AdConversionsSQLLite) Init ¶
func (c *AdConversionsSQLLite) Init()
type AdConversionsTable ¶
type AdDownloadsSQLLite ¶
type AdDownloadsSQLLite struct {
// contains filtered or unexported fields
}
func (*AdDownloadsSQLLite) Init ¶
func (c *AdDownloadsSQLLite) Init()
type AdDownloadsTable ¶
type AdViewsSQLLite ¶
type AdViewsSQLLite struct {
// contains filtered or unexported fields
}
func (*AdViewsSQLLite) Init ¶
func (c *AdViewsSQLLite) Init()
type AdViewsTable ¶
type Data ¶
type Data struct {
AdDownloads AdDownloadsTable
AdViews AdViewsTable
AdClickThroughs AdClickThroughsTable
AdConversions AdConversionsTable
// contains filtered or unexported fields
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.