entities

package
v0.0.0-...-2f1b4d8 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Banner struct {
	ID          uuid.UUID
	Slot        Slot
	Description string
}

Banner represents an advertisemnt element presented in a slot.

type Slot

type Slot struct {
	ID uuid.UUID
}

Slot represents a place on the website where a banner should be presented.

type Statistics

type Statistics struct {
	Banner      Banner
	Users       Users
	Impressions int
	Clicks      int
}

Statistics represents a specific banner statistics.

type Users

type Users struct {
	ID   uuid.UUID
	Name string
}

Users represents a socio-demographic group of users with relevant interests.

Jump to

Keyboard shortcuts

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