Versions in this module Expand all Collapse all v0 v0.2.0 Mar 21, 2018 v0.1.0 Mar 21, 2018 Changes in this version + type EventBus struct + func NewEventBus() *EventBus + func (b *EventBus) AddHandler(m eh.EventMatcher, h eh.EventHandler) + func (b *EventBus) PublishEvent(ctx context.Context, event eh.Event) error