Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEventStore ¶
func NewEventStore(db *pgxpool.Pool) es.EventStore
func NewSequenceStore ¶
func NewSequenceStore(db *pgxpool.Pool) es.SequenceStore
Types ¶
type EventStore ¶
type EventStore struct {
// contains filtered or unexported fields
}
func (*EventStore) LastKnownSequence ¶
func (s *EventStore) LastKnownSequence() int64
type SequenceStore ¶
type SequenceStore struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.