Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TypeSeason ... TypeSeason = "season" // TypeItems ... TypeItems = "items" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPResponse ¶
HTTPResponse .
type Items ¶
type Items struct { ItemsID int64 `json:"itemsId"` Name string `json:"name"` Img []string `json:"img"` }
Items .
type ItemsList ¶
type ItemsList struct { Total int `json:"total"` PageNum int `json:"pageNum"` PageSize int `json:"pageSize"` List []Items `json:"list"` }
ItemsList .
type MatchOperate ¶
type MatchOperate struct { OpType int8 `form:"op_type"` SeasonID int64 `form:"season_id"` ItemsID int64 `form:"items_id"` }
MatchOperate params
Click to show internal directories.
Click to hide internal directories.