Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStorageNotAvailable = errors.New("storage not available") ErrNoAggregateID = errors.New("no aggregate id") )
Functions ¶
This section is empty.
Types ¶
type AggregateID ¶
type AggregateID string
type EventStore ¶
type EventStore struct {
// contains filtered or unexported fields
}
func NewEventStore ¶
func NewEventStore(l logrus.FieldLogger) *EventStore
func (*EventStore) AddStorage ¶
func (es *EventStore) AddStorage(s Storage)
Click to show internal directories.
Click to hide internal directories.