package
2.3.8+incompatible
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Packages

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

# Functions

NewStore returns a new store.
ReportEventReceived reports that an event is received.

# Variables

# Structs

# Interfaces

ConsistentIndexGetter is an interface that wraps the Get method.
ConsistentWatchableKV is a WatchableKV that understands the consistency algorithm and consistent index.
Watchable is the interface that wraps the NewWatchStream function.
WatchableKV is a KV that can be watched.

# Type aliases