Documentation ¶
Index ¶
- func CreateEventbus() *eventbus
- func DispatchEvent(key string, args ...interface{})
- func FuzzyDispatchEvent(keyPre string, args ...interface{})
- func FuzzyPublishEvent(keyPre string, args ...interface{})
- func PublishEvent(key string, args ...interface{})
- func RegisterEventListener(key string, keyFunc func(args ...interface{})) bool
- func RemoveEventListener(key string, keyFunc func(args ...interface{}))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterEventListener ¶
func RemoveEventListener ¶
func RemoveEventListener(key string, keyFunc func(args ...interface{}))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.