Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyHandlers ¶
func ResetHandlers ¶
func ResetHandlers()
Types ¶
type Handler ¶
type Handler struct { Level int32 // 0:不限制 7:群管理 9:创始人 Order int32 // 排序,越小越靠前 Roomid string // 使用场景 [*:所有,-:私聊,+:群聊,其他:群聊] Command string // 指令 Describe string // 指令的描述信息 PreCheck HandlerFunc // 前置检查,可拦截文本聊天内容 Callback HandlerFunc // 指令回调,返回回复内容 }
func GetHandlers ¶
func GetHandlers() []*Handler
type HandlerFunc ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.