bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
expvar | Package expvar provides a standardized interface to public variables, such as operation counters in servers. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/etcd/alarm | |
github.com/coreos/etcd/auth | |
github.com/coreos/etcd/clientv3 | clientv3 is the official Go etcd client for v3. |
github.com/coreos/etcd/compactor | |
github.com/coreos/etcd/discovery | Package discovery provides an implementation of the cluster discovery that is used by etcd. |
github.com/coreos/etcd/etcdserver/api | |
github.com/coreos/etcd/etcdserver/api/v2http/httptypes | |
github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes | |
github.com/coreos/etcd/etcdserver/etcdserverpb | Package etcdserverpb is a generated protocol buffer package. |
github.com/coreos/etcd/etcdserver/membership | |
github.com/coreos/etcd/etcdserver/stats | Package stats defines a standard interface for etcd cluster statistics. |
github.com/coreos/etcd/lease | |
github.com/coreos/etcd/lease/leasehttp | |
github.com/coreos/etcd/mvcc | |
github.com/coreos/etcd/mvcc/backend | |
github.com/coreos/etcd/mvcc/mvccpb | |
github.com/coreos/etcd/pkg/contention | |
github.com/coreos/etcd/pkg/fileutil | Package fileutil implements utility functions related to files and paths. |
github.com/coreos/etcd/pkg/idutil | Package idutil implements utility functions for generating unique, randomized ids. |
github.com/coreos/etcd/pkg/netutil | Package netutil implements network-related utility functions. |
github.com/coreos/etcd/pkg/pbutil | Package 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/transport | Package transport implements various HTTP transport utilities based on Go net package. |
github.com/coreos/etcd/pkg/types | Package types declares various data types and implements type-checking functions. |
github.com/coreos/etcd/pkg/wait | Package wait provides utility functions for polling, listening using Go channel. |
github.com/coreos/etcd/raft | Package raft sends and receives messages in the Protocol Buffer format defined in the raftpb package. |
github.com/coreos/etcd/raft/raftpb | Package raftpb is a generated protocol buffer package. |
github.com/coreos/etcd/rafthttp | Package rafthttp implements HTTP transportation layer for etcd/raft pkg. |
github.com/coreos/etcd/snap | Package snap stores raft nodes' states with snapshots. |
github.com/coreos/etcd/store | Package store defines etcd's in-memory key/value store. |
github.com/coreos/etcd/version | Package version implements etcd version parsing and contains latest version information. |
github.com/coreos/etcd/wal | Package wal provides an implementation of a write ahead log that is used by etcd. |
github.com/coreos/etcd/wal/walpb | Package walpb is a generated protocol buffer package. |
github.com/coreos/go-semver/semver | Semantic Versions http://semver.org |
github.com/coreos/pkg/capnslog | |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math | Package math provides basic constants and mathematical functions. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |