Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Eventstore ¶
type Eventstore interface { Health(ctx context.Context) error FilterEvents(ctx context.Context, searchQuery *models.SearchQuery) (events []*models.Event, err error) Subscribe(aggregates ...models.AggregateType) *Subscription }
type Subscription ¶
func (*Subscription) Unsubscribe ¶
func (s *Subscription) Unsubscribe()
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
repository/mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.