Documentation ¶
Index ¶
Constants ¶
View Source
const ( //CancelState 取消活动 CancelState = -1 //JoinState 参加活动 JoinState = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActWithTP ¶
type ActWithTP struct { ID int64 `json:"id"` Name string `json:"name"` Tags string `json:"tags"` Types string `json:"types"` Hot int8 `json:"hot"` ActURL string `json:"act_url"` Protocol string `json:"protocol"` Type int `json:"type"` }
ActWithTP str
type Activity ¶
type Activity struct { ID int64 `json:"id"` Name string `json:"name"` Tags string `json:"tags"` Hot int8 `json:"hot"` ActURL string `json:"act_url"` Protocol string `json:"protocol"` Type int `json:"type"` New int8 `json:"new"` Comment string `json:"comment"` STime string `json:"stime"` }
Activity for activiy list.
Click to show internal directories.
Click to hide internal directories.