Imports of package etcdmain

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/clientv3clientv3 is the official Go etcd client for v3.
github.com/coreos/etcd/clientv3/leasing
github.com/coreos/etcd/clientv3/namespace
github.com/coreos/etcd/clientv3/ordering
github.com/coreos/etcd/discoveryPackage discovery provides an implementation of the cluster discovery that is used by etcd.
github.com/coreos/etcd/embed
github.com/coreos/etcd/etcdserverPackage etcdserver defines how etcd servers interact and store their states.
github.com/coreos/etcd/etcdserver/api/etcdhttp
github.com/coreos/etcd/etcdserver/api/v3election/v3electionpb
github.com/coreos/etcd/etcdserver/api/v3lock/v3lockpb
github.com/coreos/etcd/etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
github.com/coreos/etcd/pkg/corsPackage cors handles cross-origin HTTP requests (CORS).
github.com/coreos/etcd/pkg/debugutil
github.com/coreos/etcd/pkg/fileutilPackage fileutil implements utility functions related to files and paths.
github.com/coreos/etcd/pkg/flagsPackage flags implements command-line flag parsing.
github.com/coreos/etcd/pkg/ioutilPackage ioutil implements I/O utility functions.
github.com/coreos/etcd/pkg/osutilPackage osutil implements operating system-related utility functions.
github.com/coreos/etcd/pkg/srv
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/proxy/grpcproxy
github.com/coreos/etcd/proxy/httpproxy
github.com/coreos/etcd/proxy/tcpproxy
github.com/coreos/etcd/versionPackage version implements etcd version parsing and contains latest version information.
github.com/coreos/go-systemd/daemonPackage daemon provides a Go implementation of the sd_notify protocol.
github.com/coreos/go-systemd/utilPackage util contains utility functions related to systemd that applications can use to check things like whether systemd is running.
github.com/coreos/pkg/capnslog
github.com/ghodss/yaml
github.com/grpc-ecosystem/go-grpc-prometheus
github.com/soheilhy/cmuxPackage cmux is a library to multiplex network connections based on their payload.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.