Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QABasicSrvPoll = map[uint64]*Question{} // QABasicSrvPoll 问答基本服务线程池
Functions ¶
func DoWordSplit ¶
Types ¶
type App ¶
type App struct {
Cli *qq.Rina // Cli QQ 客户端
DB *database.Database // DB 数据库
// contains filtered or unexported fields
}
var AC *App
func (*App) ReadMemInfo ¶
ReadMemInfo 使用 i:群ID(ID) 读取群成员信息
func (*App) ReadQuestion ¶
ReadQuestion 使用 i:问题ID(ID) 读取问答信息
type Question ¶
type Question struct {
*database.QuestionListTab
Mems []*memInfo `json:"mems"`
GroupName string `json:"group_name"`
Answer []*database.AnswerListTab `json:"answer"`
}
Question 问题
Click to show internal directories.
Click to hide internal directories.