storage

package
v0.0.0-...-a67f07d Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 0 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          int
	Description string
}

type BannerSlot

type BannerSlot struct {
	ID       int
	BannerID int `db:"banner_id"`
	SlotID   int `db:"slot_id"`
}

type SDGroup

type SDGroup struct {
	ID          int
	Description string
}

type Slot

type Slot struct {
	ID          int
	Description string
}

type Tracker

type Tracker struct {
	ID        int
	BannerID  int `db:"banner_id"`
	SlotID    int `db:"slot_id"`
	SDGroupID int `db:"sd_group_id"`
	Clicks    int
	Views     int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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