Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
type Card struct { ID int `json:"-"` Tab int `json:"-"` RegionID int `json:"-"` Type int `json:"-"` Title string `json:"-"` Cover string `json:"-"` Rtype int `json:"-"` Rvalue string `json:"-"` PlatVer string `json:"-"` Plat int8 `json:"-"` Build int `json:"-"` Condition string `json:"-"` TypeStr string `json:"-"` Goto string `json:"-"` Param string `json:"-"` URi string `json:"-"` Desc string `json:"-"` TagID int `json:"-"` }
func (*Card) CardGotoChannge ¶
func (c *Card) CardGotoChannge()
func (*Card) CardPlatChange ¶
type Column ¶
type Column struct { ID int `json:"-"` Tab int `json:"-"` RegionID int `json:"-"` Tpl int `json:"-"` Name string `json:"-"` Desc string `json:"-"` PlatVer string `json:"-"` Plat int8 `json:"-"` Build int `json:"-"` Condition string `json:"-"` Type string `json:"-"` }
func (*Column) ColumnGotoChannge ¶
func (c *Column) ColumnGotoChannge()
func (*Column) ColumnPlatChange ¶
type ColumnList ¶
type ColumnList struct { Cid int `json:"-"` Ceid int `json:"-"` Name string `json:"-"` Cname string `json:"-"` PlatVer string `json:"-"` Plat int8 `json:"-"` Build int `json:"-"` Condition string `json:"-"` }
func (*ColumnList) ColumnListPlatChange ¶
func (c *ColumnList) ColumnListPlatChange() (platlinits []*PlatLimit)
type ColumnNper ¶
type ColumnNper struct { ID int `json:"-"` ColumnID int `json:"-"` Name string `json:"-"` Desc string `json:"-"` Nper string `json:"-"` NperTime xtime.Time `json:"-"` Cover string `json:"-"` PlatVer string `json:"-"` Title string `json:"-"` Rtype int `json:"-"` Rvalue string `json:"-"` Plat int8 `json:"-"` Build int `json:"-"` Condition string `json:"-"` Goto string `json:"-"` Param string `json:"-"` URI string `json:"-"` }
func (*ColumnNper) ColumnNperGotoChange ¶
func (c *ColumnNper) ColumnNperGotoChange()
func (*ColumnNper) ColumnNperPlatChange ¶
func (c *ColumnNper) ColumnNperPlatChange() (platlinits []*PlatLimit)
type PopularCard ¶
type PopularCard struct { ID int64 `json:"id"` Title string `json:"title"` ChannelID int64 `json:"channel_id"` Type string `json:"type"` Value int64 `json:"value"` Reason string `json:"reason"` ReasonType int8 `json:"reason_type"` Pos int `json:"pos"` FromType string `json:"from_type"` PopularCardPlat map[int8][]*PopularCardPlat `json:"popularcardplat"` Idx int64 `json:"-"` CornerMark int8 `json:"corner_mark"` }
func (*PopularCard) PopularCardToAiChange ¶
func (c *PopularCard) PopularCardToAiChange() (a *ai.Item)
Click to show internal directories.
Click to hide internal directories.