whitelist

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Whitelist

type Whitelist struct {
	ID           int64  `form:"id" json:"id"`
	MID          int64  `form:"mid" json:"mid" gorm:"column:mid"`
	AdminMID     int64  `form:"admin_mid" json:"admin_mid" gorm:"column:admin_mid"`
	Comment      string `form:"comment" json:"comment"`
	State        int8   `form:"state" json:"state"`
	Type         int8   `form:"type" json:"type"`
	Fans         int64  `form:"fans" json:"fans" gorm:"-"`
	CurrentLevel int32  `form:"current_level" json:"current_level" gorm:"-"`
	Name         string `form:"name" json:"name" gorm:"-"`
	Ctime        string `form:"ctime" json:"ctime" gorm:"column:ctime"`
	Mtime        string `form:"mtime" json:"mtime" gorm:"column:mtime"`
}

Whitelist tool.

func (Whitelist) TableName

func (Whitelist) TableName() string

TableName fn

Jump to

Keyboard shortcuts

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