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 EventStore struct + func NewEventStore(eventStore eh.EventStore) *EventStore + func (s *EventStore) GetTrace() []eh.Event + func (s *EventStore) ResetTrace() + func (s *EventStore) Save(ctx context.Context, events []eh.Event, originalVersion int) error + func (s *EventStore) StartTracing() + func (s *EventStore) StopTracing()