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

# Functions

RegisterAuthHandler registers the http handlers for service Auth to "mux".
etcdserverpb.RegisterAuthHandlerClient registers the http handlers for service Auth to "mux".
RegisterAuthHandlerFromEndpoint is same as RegisterAuthHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
etcdserverpb.RegisterAuthHandlerServer registers the http handlers for service Auth to "mux".
RegisterClusterHandler registers the http handlers for service Cluster to "mux".
etcdserverpb.RegisterClusterHandlerClient registers the http handlers for service Cluster to "mux".
RegisterClusterHandlerFromEndpoint is same as RegisterClusterHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
etcdserverpb.RegisterClusterHandlerServer registers the http handlers for service Cluster to "mux".
RegisterKVHandler registers the http handlers for service KV to "mux".
etcdserverpb.RegisterKVHandlerClient registers the http handlers for service KV to "mux".
RegisterKVHandlerFromEndpoint is same as RegisterKVHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
etcdserverpb.RegisterKVHandlerServer registers the http handlers for service KV to "mux".
RegisterLeaseHandler registers the http handlers for service Lease to "mux".
etcdserverpb.RegisterLeaseHandlerClient registers the http handlers for service Lease to "mux".
RegisterLeaseHandlerFromEndpoint is same as RegisterLeaseHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
etcdserverpb.RegisterLeaseHandlerServer registers the http handlers for service Lease to "mux".
RegisterMaintenanceHandler registers the http handlers for service Maintenance to "mux".
etcdserverpb.RegisterMaintenanceHandlerClient registers the http handlers for service Maintenance to "mux".
RegisterMaintenanceHandlerFromEndpoint is same as RegisterMaintenanceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
etcdserverpb.RegisterMaintenanceHandlerServer registers the http handlers for service Maintenance to "mux".
RegisterWatchHandler registers the http handlers for service Watch to "mux".
etcdserverpb.RegisterWatchHandlerClient registers the http handlers for service Watch to "mux".
RegisterWatchHandlerFromEndpoint is same as RegisterWatchHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
etcdserverpb.RegisterWatchHandlerServer registers the http handlers for service Watch to "mux".