repository

package
v0.0.0-...-343d9cb Latest Latest
Warning

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

Go to latest
Published: May 31, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepoIface

type RepoIface interface {
	ListStats(groupID int64) ([]*entity.Stat, error)
	AddSlotBanner(slotID, bannerID int64) error
	RemoveSlotBanner(slotID, bannerID int64) error

	SetBannerDescription(bannerID int64, description string) error
	DelBannerDescription(bannerID int64) error

	ListSlotBanners(slotID int64) ([]int64, error)
	CheckSlotHasBanner(slotID, bannerID int64) (bool, error)
	ListBannerSlots(bannerID int64) ([]int64, error)

	IncrClicks(groupID, bannerID int64) error
	IncrShows(groupID, bannerID int64) error
	ClearBannerStats(bannerID int64) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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