bannerdb

package
v0.0.0-...-c6ebbac Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2022 License: MPL-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CrossDBQuery

func CrossDBQuery(request string, parameters []interface{}) ([]map[string]string, error)

func Query

func Query(request string, parameters []interface{}) ([]map[string]string, error)

golang auto sanitizes

Types

type Ad struct {
	Id     int32
	Name   string
	URI    string
	URL    string
	IP     string
	Size   string
	Clicks int32
}

type AntiSpam

type AntiSpam struct {
	IP   string
	Unix int32
	Type string
}

type Ban

type Ban struct {
	Id      int32
	Name    string
	HardBan bool
}

type DBSettings

type DBSettings struct {
	User          string
	Pass          string
	Address       string
	Database      string
	CrossDatabase string
}

written for documentation purposes or future uses.

type Mod

type Mod struct {
	Id   int32
	Name string
}

type User

type User struct {
	Id   int32
	Name string
	Pass string
}

Jump to

Keyboard shortcuts

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