Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Subscribe ¶
func Subscribe(topic string, fn SubscribeFunc)
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
func (*Event) Subscribe ¶
func (ev *Event) Subscribe(topic string, fn SubscribeFunc)
订阅:一个topic可以对应多个处理器,(topic->handler 的关系是1:n),一次添加一个订阅者
type MessageChan ¶
type MessageChan chan Message
type SubscribeFunc ¶
type SubscribeFunc func(msg Message)
Click to show internal directories.
Click to hide internal directories.