game

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	IsOnline  bool       `json:"is_online"`
	BaseID    int64      `json:"game_base_id"`
	Name      string     `json:"game_name"`
	Icon      string     `json:"game_icon"`
	Link      string     `json:"game_link"`
	Status    int        `json:"game_status"`
	BeginDate xtime.Time `json:"begin_date"`
}

Info str

type ListItem

type ListItem struct {
	GameBaseID int64  `json:"game_base_id"`
	GameName   string `json:"game_name"`
	Source     int8   `json:"source"`
	Letter     string `json:"letter"`
}

ListItem str

type ListWithPager

type ListWithPager struct {
	List  []*ListItem `json:"list"`
	Pn    int         `json:"pn"`
	Ps    int         `json:"ps"`
	Total int         `json:"total"`
}

ListWithPager fn

Jump to

Keyboard shortcuts

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