package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2016
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (e *EBus) Emit(event string, data interface{})
Emitting event with data. One goroutine per emit will be created.
func (b *EBus) InitEBus()
Registering listener for provided event.
type EvHandler func(interface{})
Handler for event
Source Files
¶
Click to show internal directories.
Click to hide internal directories.