Documentation
¶
Index ¶
Constants ¶
View Source
const ( Registered event.Dispatcher = "registered" // 注册成功 Logged event.Dispatcher = "logged" // 登录成功 )
Logged 事件调度类型
Variables ¶
This section is empty.
Functions ¶
func Dispatch ¶
func Dispatch(dispatcher event.Dispatcher, data map[string]interface{}, opts ...event.DispatchOption)
Dispatch 事件调度
func WithQueue ¶
func WithQueue() event.DispatchOption
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.