table

package module
v0.0.0-...-985ba63 Latest Latest
Warning

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

Go to latest
Published: May 29, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dynamic

type Dynamic struct {
	gorm.Model
	ItemId       int32     `json:"item_id" gorm:"index:,option:CONCURRENTLY"`
	Number       int32     `json:"number" gorm:"index:,option:CONCURRENTLY"`
	Uid          uint64    `json:"uid"`
	Uname        string    `json:"uname"`
	DynamicStrId string    `json:"dynamic_str_id" gorm:"uniqueindex:,option:CONCURRENTLY"`
	BusinessId   string    `json:"business_id"`
	Time         time.Time `json:"time"`
}

Dynamic 动态

type History

type History struct {
	gorm.Model
	ItemId int32     `json:"item_id" gorm:"index:,option:CONCURRENTLY"`
	Number int32     `json:"number" gorm:"index:,option:CONCURRENTLY"`
	Mid    uint64    `json:"mid" gorm:"index:,option:CONCURRENTLY"`
	Owner  string    `json:"owner"`
	Time   time.Time `json:"time"`
}

History 历史记录

type Rank

type Rank struct {
	gorm.Model
	ItemId int32     `json:"item_id" gorm:"index:,option:CONCURRENTLY"`
	Number int32     `json:"number" gorm:"index:,option:CONCURRENTLY"`
	Mid    uint64    `json:"mid" gorm:"index:,option:CONCURRENTLY"`
	Owner  string    `json:"owner" gorm:"index:,option:CONCURRENTLY"`
	Time   time.Time `json:"time"`
}

Rank 排名列表

Jump to

Keyboard shortcuts

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