# Functions
NewClientOptions returns a new ClientOptions.
NewCommonOptions returns a new CommonOptions.
SetLogLevel sets the logrus logging level.
# Constants
DefaultCaFile is the default filename for the CA pem file.
DefaultCertFile is the default filename for the cert pem file.
DefaultKeyFile is the default filename for the key pem file.
DefaultTrustKeyFile is the default filename for the trust key.
FlagTLSVerify is the flag name for the tls verification option.
# Structs
ClientOptions are the options used to configure the client cli.
CommonOptions are options common to both the client and the daemon.