github.com/coreos/etcd/Godeps/_workspace/src/github.com/coreos/pkg/capnslog | |
github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context | Package 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/Godeps/_workspace/src/google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
github.com/coreos/etcd/Godeps/_workspace/src/google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
github.com/coreos/etcd/Godeps/_workspace/src/google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
github.com/coreos/etcd/etcdserver | Package etcdserver defines how etcd servers interact and store their states. |
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/lease | |
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/storage | Package storage defines etcd's stable storage. |
github.com/coreos/etcd/storage/backend | Package backend defines a standard interface for etcd's backend storage. |
github.com/coreos/etcd/storage/storagepb | Package storagepb is a generated protocol buffer package. |
io | Package io provides basic interfaces to I/O primitives. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
time | Package time provides functionality for measuring and displaying time. |