Imports of package v3rpc

PathSynopsis
github.com/coreos/etcd/Godeps/_workspace/src/github.com/coreos/pkg/capnslog
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/Godeps/_workspace/src/google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
github.com/coreos/etcd/Godeps/_workspace/src/google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
github.com/coreos/etcd/Godeps/_workspace/src/google.golang.org/grpc/credentialsPackage 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/etcdserverPackage etcdserver defines how etcd servers interact and store their states.
github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes
github.com/coreos/etcd/etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
github.com/coreos/etcd/lease
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/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.
ioPackage io provides basic interfaces to I/O primitives.
sortPackage sort provides primitives for sorting slices and user-defined collections.
timePackage time provides functionality for measuring and displaying time.