insights

package
v0.0.0-...-3fab4bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2016 License: Apache-2.0 Imports: 4 Imported by: 0

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()

func (*AdClickThroughsSQLLite) Insert

func (c *AdClickThroughsSQLLite) Insert(adID string, refererURL string, destinationURL string, originIP string, linkGeneratedOn time.Time, linkTag string, sessionID string) (sql.Result, error)

type AdClickThroughsTable

type AdClickThroughsTable interface {
	Init()
	Insert(adID string, refererURL string, destinationURL string, originIP string, linkGeneratedOn time.Time, linkTag string, sessionID string) (sql.Result, error)
}

type AdConversionsSQLLite

type AdConversionsSQLLite struct {
	// contains filtered or unexported fields
}

func (*AdConversionsSQLLite) Init

func (c *AdConversionsSQLLite) Init()

func (*AdConversionsSQLLite) Insert

func (c *AdConversionsSQLLite) Insert(adID string, refererURL string, originIP string, jsGeneratedOn time.Time, conversionTag string, sessionID string) (sql.Result, error)

type AdConversionsTable

type AdConversionsTable interface {
	Init()
	Insert(adID string, refererURL string, originIP string, jsGeneratedOn time.Time, conversionTag string, sessionID string) (sql.Result, error)
}

type AdDownloadsSQLLite

type AdDownloadsSQLLite struct {
	// contains filtered or unexported fields
}

func (*AdDownloadsSQLLite) Init

func (c *AdDownloadsSQLLite) Init()

func (*AdDownloadsSQLLite) Insert

func (c *AdDownloadsSQLLite) Insert(adID string, filePath string, refererURL string, originIP string, sessionID string) (sql.Result, error)

type AdDownloadsTable

type AdDownloadsTable interface {
	Init()
	Insert(adID string, filePath string, refererURL string, originIP string, sessionID string) (sql.Result, error)
}

type AdViewsSQLLite

type AdViewsSQLLite struct {
	// contains filtered or unexported fields
}

func (*AdViewsSQLLite) Init

func (c *AdViewsSQLLite) Init()

func (*AdViewsSQLLite) Insert

func (i *AdViewsSQLLite) Insert(adID string, refererURL string, originIP string, contentGeneratedOn time.Time, sessionID string) (sql.Result, error)

type AdViewsTable

type AdViewsTable interface {
	Init()
	Insert(adID string, refererURL string, originIP string, contentGeneratedOn time.Time, sessionID string) (sql.Result, error)
}

type Data

type Data struct {
	AdDownloads     AdDownloadsTable
	AdViews         AdViewsTable
	AdClickThroughs AdClickThroughsTable
	AdConversions   AdConversionsTable
	// contains filtered or unexported fields
}

func (*Data) Close

func (d *Data) Close()

func (*Data) Init

func (d *Data) Init()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL