Versions in this module Expand all Collapse all v1 v1.0.2 Jun 12, 2020 v1.0.0 Mar 5, 2019 Changes in this version + type EventRouter struct + func NewEventRouter(channelLength int) EventRouter + func (e *EventRouter) Publish(id interface{}, event interface{}) + func (e *EventRouter) Subscribe(identifier interface{}) <-chan interface{} + func (e *EventRouter) Unsubscribe(ch <-chan interface{})