# Functions
NewCursorMajFetcher builds CursorMajFetcher with given args.
NewFileBuffer builds FileBuffer with given args.
NewDBApplier builds DBApplier with given args.
NewMemoryBuffer builds MemoryBuffer.
NewStorageApplier builds StorageApplier.
NewStorageFetcher builds StorageFetcher instance.
No description provided by the author
# Constants
No description provided by the author
# Structs
CursorMajFetcher implements Fetcher interface for mongodb.
FileBuffer implements Buffer interface with filesystem backend.
DBApplier implements Applier interface for mongodb.
No description provided by the author
StorageApplier implements Applier interface for storage.
StorageFetcher implements BetweenFetcher interface for storage.
No description provided by the author
# Interfaces
Applier defines interface to apply given oplog records.
BetweenFetcher defines interface to fetch oplog records between given timestamps.
Buffer defines interface to accumulate bytes.
Fetcher defines interface to fetch oplog records.
No description provided by the author