package
3.3.8+incompatible
Repository: https://github.com/jiajunhuang/etcd.git
Documentation: pkg.go.dev
# 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
# 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
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ConsistentIndexGetter is an interface that wraps the Get method.
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