Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Publish ¶
func Publish(eventID int, args ...interface{})
******************************************
- func: 发布事件
- eventID 事件id
- args 给handle传的参数
- return nil ******************************************
func Subscribe ¶
***************************************************************
- func:监听事件函数
- eventID: 事件id
- handler: 事件函数
- return seq : 该事件当前handle的序列号, 用于取消监听时参数 **************************************************************
func Unsubscribe ¶
************************************
- func: 取消监听
- eventID 事件ID
- seq 事件序列号 (ps:因为一个事件可能存在多个handle函数)
- return nil ************************************
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.