package
0.0.0-20240318155159-e89a0ad6e1cb
Repository: https://github.com/apecloud/dataprotection-wal-g.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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