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 ¶
Types ¶
type CryptoKeyProvider ¶
type Map ¶ added in v0.5.0
type Persistence ¶
type SetHelper ¶ added in v0.5.0
type SetHelper interface {
SetAndWait(event.StoreEvent) error
}
type Stream ¶
type Stream interface { Store(event event.StoreEvent, cryptoKey CryptoKeyProvider) (transactionId uint64, err error) Stream(from store.StreamPosition, ctx context.Context) (out <-chan store.Event, err error) Name() string }
Click to show internal directories.
Click to hide internal directories.