etcd – github.com/coreos/etcd Directories

etcd command

Package main is a simple wrapper of the real etcd entrypoint package (located at github.com/coreos/etcd/etcdmain) to ensure that etcd is still "go getable"; e.g. `go get github.com/coreos/etcd` works as expected and builds a binary in $GOBIN/etcd

This package should NOT be extended or modified in any way; to modify the etcd binary, work in the `github.com/coreos/etcd/etcdmain` package.

Directories

PathSynopsis
alarmPackage alarm manages health status alarms in etcd.
auth
auth/authpbPackage authpb is a generated protocol buffer package.
clientPackage client provides bindings for the etcd APIs.
clientv3Package clientv3 implements the official Go etcd client for v3.
clientv3/concurrencyPackage concurrency implements concurrency operations on top of etcd such as distributed locks, barriers, and elections.
clientv3/integrationPackage integration implements tests built upon embedded etcd, and focuses on correctness of etcd client.
clientv3/mirrorPackage mirror implements etcd mirroring operations.
compactor
contrib
contrib/raftexample
contrib/recipes
contrib/systemd
contrib/systemd/etcd2-backup-coreos
discoveryPackage discovery provides an implementation of the cluster discovery that is used by etcd.
e2ePackage e2e implements tests built upon etcd binaries, and focus on end-to-end testing.
errorPackage error describes errors in etcd project.
etcdctletcdctl is a command line application that controls etcd.
etcdctl/ctlv2Package ctlv2 contains the main entry point for the etcdctl for v2 API.
etcdctl/ctlv2/commandPackage command is a set of libraries for etcdctl commands.
etcdctl/ctlv3Package ctlv3 contains the main entry point for the etcdctl for v3 API.
etcdctl/ctlv3/commandPackage command is a set of libraries for etcd v3 commands.
etcdmainPackage etcdmain contains the main entry point for the etcd binary.
etcdserverPackage etcdserver defines how etcd servers interact and store their states.
etcdserver/api
etcdserver/api/v2httpPackage v2http provides etcd client and server implementations.
etcdserver/api/v2http/httptypesPackage httptypes defines how etcd's HTTP API entities are serialized to and deserialized from JSON.
etcdserver/api/v3rpcPackage v3rpc implements etcd v3 RPC system based on gRPC.
etcdserver/api/v3rpc/rpctypes
etcdserver/authPackage auth implements etcd authentication.
etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
etcdserver/membership
etcdserver/statsPackage stats defines a standard interface for etcd cluster statistics.
integrationPackage integration implements tests built upon embedded etcd, and focus on etcd correctness.
lease
lease/leasehttp
lease/leasepbPackage leasepb is a generated protocol buffer package.
mvccPackage mvcc defines etcd's stable MVCC storage.
mvcc/backendPackage backend defines a standard interface for etcd's backend MVCC storage.
mvcc/mvccpbPackage mvccpb is a generated protocol buffer package.
pkg
pkg/adt
pkg/contention
pkg/corsPackage cors handles cross-origin HTTP requests (CORS).
pkg/crcPackage crc provides utility function for cyclic redundancy check algorithms.
pkg/expectPackage expect implements a small expect-style interface
pkg/fileutilPackage fileutil implements utility functions related to files and paths.
pkg/flagsPackage flags implements command-line flag parsing.
pkg/httputilPackage httputil provides HTTP utility functions.
pkg/idutilPackage idutil implements utility functions for generating unique, randomized ids.
pkg/ioutilPackage ioutil implements I/O utility functions.
pkg/logutilPackage logutil includes utilities to facilitate logging.
pkg/mock
pkg/mock/mockstorage
pkg/mock/mockstore
pkg/mock/mockwait
pkg/netutilPackage netutil implements network-related utility functions.
pkg/osutilPackage osutil implements operating system-related utility functions.
pkg/pathutilPackage pathutil implements utility functions for handling slash-separated paths.
pkg/pbutilPackage pbutil defines interfaces for handling Protocol Buffer objects.
pkg/runtime
pkg/schedule
pkg/testutilPackage testutil provides test utility functions.
pkg/tlsutil
pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
pkg/typesPackage types declares various data types and implements type-checking functions.
pkg/waitPackage wait provides utility functions for polling, listening using Go channel.
proxy
proxy/httpproxyPackage httpproxy implements etcd httpproxy.
proxy/tcpproxy
raftPackage raft sends and receives messages in the Protocol Buffer format defined in the raftpb package.
rafthttpPackage rafthttp implements HTTP transportation layer for etcd/raft pkg.
raft/raftpbPackage raftpb is a generated protocol buffer package.
raft/rafttestPackage rafttest provides functional tests for etcd's raft implementation.
snapPackage snap stores raft nodes' states with snapshots.
snap/snappbPackage snappb is a generated protocol buffer package.
storePackage store defines etcd's in-memory key/value store.
tools
tools/benchmark
tools/benchmark/cmd
tools/etcd-dump-logs
tools/etcd-top
tools/functional-tester
tools/functional-tester/etcd-agent
tools/functional-tester/etcd-agent/client
tools/functional-tester/etcd-runner
tools/functional-tester/etcd-tester
tools/local-tester
tools/local-tester/bridgePackage main is the entry point for the local tester network bridge.
versionPackage version implements etcd version parsing and contains latest version information.
walPackage wal provides an implementation of a write ahead log that is used by etcd.
wal/walpbPackage walpb is a generated protocol buffer package.
Version
v3.0.0-beta.0+incompatible
Published
May 6, 2016
Platform
js/wasm
Imports
1 packages
Last checked
now

Tools for package owners.