Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventSourcing ¶
type EventSourcing struct {
// contains filtered or unexported fields
}
func NewEventSourcing ¶
func NewEventSourcing( eventStore eventstore.Store, publisher eventbus.Publisher, snapshot snapshot.Snapshot, options ...Option, ) *EventSourcing
type MakeStream ¶
type Option ¶
type Option func(r *EventSourcing)
func IgnoreSnapshotError ¶
func IgnoreSnapshotError() Option
type Repository ¶
Click to show internal directories.
Click to hide internal directories.