Versions in this module Expand all Collapse all v1 v1.0.2 Aug 19, 2015 Changes in this version + var ErrMuxClosed = errors.New("event: mux closed") + type Subscription interface + Chan func() <-chan interface{} + Unsubscribe func() + type TypeMux struct + func (mux *TypeMux) Post(ev interface{}) error + func (mux *TypeMux) Stop() + func (mux *TypeMux) Subscribe(types ...interface{}) Subscription