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 + func CommandHandler(commandHandler eh.CommandHandler, commandType eh.CommandType) http.Handler + func EventBusHandler(eventPublisher eh.EventPublisher) http.Handler + func QueryHandler(repo eh.ReadRepo) http.Handler + type Observer struct + EventCh chan eh.Event + func (o *Observer) Notify(ctx context.Context, event eh.Event)