Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AwardItems []*LuckdrawAward
Functions ¶
This section is empty.
Types ¶
type LuckdrawAward ¶
type LuckdrawUser ¶
type LuckdrawUser struct { Id int `json:"Id"` Real_name string `json:"real_name"` Image string `json:"image"` Luck_times int `json:"luck_times"` Prize *LuckdrawAward `json:"prize" xorm:"-"` }
func GetUsers ¶
func GetUsers() []*LuckdrawUser
func GetUsersByNum ¶
func GetUsersByNum(nums []int) []*LuckdrawUser
Click to show internal directories.
Click to hide internal directories.