# Functions
No description provided by the author
Execute runs a given root cmd with the given grpc server.
No description provided by the author
HandleErr handles cmd errors.
No description provided by the author
New returns a new root Cobra cmd with some default flags and graceful stopping.
NewGRPCConn returns a new GRPC connection.
NewGRPCServer returns a new GRPC server with the zap and recovery interceptors.
NewHTTPServer returns a new HTTP server.
# Variables
BuildVersion represents the built binary version.
ErrUnsupportedScheme is returned by Execute if an invalid scheme is given as the network address.
Logger represents the command line logger.
Stopables represents extra closers to close when stopping.
WaitGroup is used to add processes to wait for and pass to goroutines.