package
0.0.0-20190930002912-917641f8ea70
Repository: https://github.com/dotchain/dot.git
Documentation: pkg.go.dev
# Functions
NonBlocking converts a regular store into a non-blocking store
This modifies the GetSince call to return immediately and fetch results asynchronously.
Reliable is used by Stream() to work with a reliable store.
Stream converts an ops Store into a stream.
WithAutoTransform specifies that the initial store yields untransformed operations and must be automatically transformed.
WithBackoff configures the binary-exponential backoff settings.
WithLog configures the logger to use.
WithNonBlocking sets the non-blocking flag to true.
WithNotify configures a callback to be called when the session state changes.
WithSession configures the connector to start with the provided version and pending instead of starting from scrach.
# Type aliases
Option can be used to configure Sync behavior
See WithSession and WithCloseNotify.