package
3.6.0-alpha.0
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Packages

Package adapter provides gRPC adapters between client and server gRPC interfaces without needing to go through a gRPC connection.
Package cache exports functionality for efficiently caching and mapping `RangeRequest`s to corresponding `RangeResponse`s.

# Functions

HandleHealth registers health handler on '/health'.
HandleMetrics performs a GET request against etcd endpoint and returns '/metrics'.
HandleProxyHealth registers health handler on '/proxy/health'.
HandleProxyMetrics registers metrics handler on '/proxy/metrics'.
NewClusterProxy takes optional prefix to fetch grpc-proxy member endpoints.
Register registers itself as a grpc-proxy server by writing prefixed-key with session of specified TTL (in seconds).

# Structs