Imports of package v3rpc

PathSynopsis
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
github.com/coreos/etcd/auth
github.com/coreos/etcd/etcdserverPackage etcdserver defines how etcd servers interact and store their states.
github.com/coreos/etcd/etcdserver/api
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/etcdserver/membership
github.com/coreos/etcd/lease
github.com/coreos/etcd/mvcc
github.com/coreos/etcd/mvcc/backend
github.com/coreos/etcd/mvcc/mvccpb
github.com/coreos/etcd/pkg/typesPackage types declares various data types and implements type-checking functions.
github.com/coreos/etcd/raftPackage raft sends and receives messages in the Protocol Buffer format defined in the raftpb package.
github.com/coreos/etcd/versionPackage version implements etcd version parsing and contains latest version information.
github.com/coreos/pkg/capnslog
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/grpc-ecosystem/go-grpc-prometheus
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
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.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
ioPackage io provides basic interfaces to I/O primitives.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.