Documentation ¶
Index ¶
Constants ¶
View Source
const EVENT_TOPIC_SERVER_QUIT = "SERVER_QUIT"
EVENT_TOPIC_SERVER_QUIT 服务退出事件
View Source
const EVENT_TOPIC_SERVICE_CHANGE = "SERVICE_CHANGE"
EVENT_TOPIC_SERVICE_CHANGE 服务实例变化事件
Variables ¶
View Source
var GlobalEventBus = &EventBus{subscribers: map[string]DataChannelSlice{}}
Functions ¶
This section is empty.
Types ¶
type DataChannel ¶
type DataChannel chan DataEvent
type DataChannelSlice ¶
type DataChannelSlice []DataChannel
Click to show internal directories.
Click to hide internal directories.