package
3.3.8+incompatible
Repository: https://github.com/jiajunhuang/etcd.git
Documentation: pkg.go.dev
# Functions
NewHandler creates a new HTTP handler, listening on the given transport, which will proxy requests to an etcd cluster.
NewReadonlyHandler wraps the given HTTP handler to allow only GET requests.
# Constants
DefaultMaxIdleConnsPerHost indicates the default maximum idle connection count maintained between proxy and each member.
# Type aliases
GetProxyURLs is a function which should return the current set of URLs to which client requests should be proxied.