Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Empty 空 Empty = "" // Set 存在 Set = "1" // GoldTarget 金瓜子 GoldTarget = 1010 // SilverTarget 银瓜子 SilverTarget = 1011 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfValues ¶
ConfValues 配置
type History ¶
type History struct { Text string `json:"text"` NickName string `json:"nickname"` UID int64 `json:"uid"` UnameColor string `json:"uname_color"` TimeLine string `json:"timeline"` Isadmin int32 `json:"isadmin"` Vip int `json:"vip"` SVip int `json:"svip"` Medal []interface{} `json:"medal"` Title []interface{} `json:"title"` UserLevel []interface{} `json:"user_level"` Rank int32 `json:"rank"` Teamid int64 `json:"teamid"` RND string `json:"rnd"` UserTitle string `json:"user_title"` GuardLevel int `json:"guard_level"` Bubble int64 `json:"bubble"` }
History 存档信息
Click to show internal directories.
Click to hide internal directories.