Versions in this module Expand all Collapse all v0 v0.1.0 Feb 11, 2016 Changes in this version + type EBus struct + func (b *EBus) InitEBus() + func (e *EBus) Emit(event string, data interface{}) + func (e *EBus) On(event string, fn EvHandler) + type EvHandler func(interface{})