Imports of package etcdserver

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
expvarPackage expvar provides a standardized interface to public variables, such as operation counters in servers.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/Godeps/_workspace/src/github.com/coreos/go-semver/semver
github.com/coreos/etcd/Godeps/_workspace/src/github.com/coreos/pkg/capnslog
github.com/coreos/etcd/Godeps/_workspace/src/github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/coreos/etcd/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheusPackage prometheus provides embeddable metric primitives for servers and standardized exposition of telemetry through a web services interface.
github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
github.com/coreos/etcd/auth
github.com/coreos/etcd/compactor
github.com/coreos/etcd/discoveryPackage discovery provides an implementation of the cluster discovery that is used by etcd.
github.com/coreos/etcd/errorerror package describes errors in etcd project.
github.com/coreos/etcd/etcdserver/etcdhttp/httptypesPackage httptypes defines how etcd's HTTP API entities are serialized to and deserialized from JSON.
github.com/coreos/etcd/etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
github.com/coreos/etcd/etcdserver/statsPackage stats defines a standard interface for etcd cluster statistics.
github.com/coreos/etcd/lease
github.com/coreos/etcd/lease/leasehttp
github.com/coreos/etcd/pkg/contention
github.com/coreos/etcd/pkg/fileutilPackage fileutil implements utility functions related to files and paths.
github.com/coreos/etcd/pkg/idutilPackage idutil implements utility functions for generating unique, randomized ids.
github.com/coreos/etcd/pkg/netutilPackage netutil implements network-related utility functions.
github.com/coreos/etcd/pkg/pbutilPackage pbutil defines interfaces for handling Protocol Buffer objects.
github.com/coreos/etcd/pkg/runtime
github.com/coreos/etcd/pkg/schedule
github.com/coreos/etcd/pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
github.com/coreos/etcd/pkg/typesPackage types declares various data types and implements type-checking functions.
github.com/coreos/etcd/pkg/waitPackage wait provides utility functions for polling, listening using Go channel.
github.com/coreos/etcd/raftPackage raft sends and receives messages in the Protocol Buffer format defined in the raftpb package.
github.com/coreos/etcd/raft/raftpbPackage raftpb is a generated protocol buffer package.
github.com/coreos/etcd/rafthttpPackage rafthttp implements HTTP transportation layer for etcd/raft pkg.
github.com/coreos/etcd/snapPackage snap stores raft nodes' states with snapshots.
github.com/coreos/etcd/storagePackage storage defines etcd's stable storage.
github.com/coreos/etcd/storage/backendPackage backend defines a standard interface for etcd's backend storage.
github.com/coreos/etcd/storage/storagepbPackage storagepb is a generated protocol buffer package.
github.com/coreos/etcd/storePackage store defines etcd's in-memory key/value store.
github.com/coreos/etcd/versionPackage version implements etcd version parsing and contains latest version information.
github.com/coreos/etcd/walPackage wal provides an implementation of a write ahead log that is used by etcd.
github.com/coreos/etcd/wal/walpbPackage walpb is a generated protocol buffer package.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.