Documentation
¶
Index ¶
Constants ¶
View Source
const BATCH_SIZE = 5000 //5000 is an arbitrary number, should probably be based on something else.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoKeyProvider ¶
type Filter ¶
func ReadDataType ¶ added in v0.3.1
type Persistence ¶
type Stream ¶
type Stream[DT, MT any] interface { Store(event event.Event[DT, MT], cryptoKey CryptoKeyProvider) (transactionId uint64, err error) Stream(eventTypes []event.Type, from store.StreamPosition, filter Filter[MT], cryptKey CryptoKeyProvider, ctx context.Context) (out <-chan event.Event[DT, MT], err error) Name() string }
Click to show internal directories.
Click to hide internal directories.