Versions in this module Expand all Collapse all v0 v0.0.0 Jul 11, 2020 Changes in this version + var ErrEventNotFound = fmt.Errorf("event not found") + type EventStore interface + FindAll func() []domain.Event + Get func(uuid.UUID) (domain.Event, error) + GetStream func(uuid.UUID, string) []domain.Event + Store func([]domain.Event) error