Versions in this module Expand all Collapse all v0 v0.15.6 Jun 13, 2022 Changes in this version + type EventRecord struct + Err error + Event eh.Event + Status Status + type EventStore struct + func NewEventStore(eventStore eh.EventStore) *EventStore + func (s *EventStore) FailedEvents() []eh.Event + func (s *EventStore) FullRecording() []*EventRecord + func (s *EventStore) PendingEvents() []eh.Event + func (s *EventStore) ResetTrace() + func (s *EventStore) Save(ctx context.Context, events []eh.Event, originalVersion int) error + func (s *EventStore) StartRecording() + func (s *EventStore) StopRecording() + func (s *EventStore) SuccessfulEvents() []eh.Event + type Status int + const Failed + const Pending + const Succeeded