package
3.3.8+incompatible
Repository: https://github.com/jiajunhuang/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

# 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