package
3.5.4
Repository: https://github.com/skilld-labs/etcd.git
Documentation: pkg.go.dev

# Packages

Package backend defines a standard interface for etcd's backend MVCC storage.
Package mvccpb is a generated protocol buffer package.

# Functions

No description provided by the author
No description provided by the author
NewStore returns a new store.
ReportEventReceived reports that an event is received.
No description provided by the author
No description provided by the author

# Constants

AutoWatchID is the watcher ID passed in WatchStream.Watch when no user-provided ID is available.

# Variables

DefaultIgnores is a map of keys to ignore in hash checking.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

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

# Interfaces

ConsistentWatchableKV is a WatchableKV that understands the consistency algorithm and consistent index.
No description provided by the author
No description provided by the author
TxnRead represents a read-only transaction with operations that will not block other read transactions.
TxnWrite represents a transaction that can modify the store.
Watchable is the interface that wraps the NewWatchStream function.
WatchableKV is a KV that can be watched.
No description provided by the author
No description provided by the author

# Type aliases

FilterFunc returns true if the given event should be filtered out.
No description provided by the author