package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 15, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Name string
Listeners map[string][]chan interface{}
}
func (b *Event) AddListener(e string, ch chan interface{})
func (b *Event) RemoveListener(e string, ch chan interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.