# Functions
Execute run Wait4X application.
NewHTTPCommand creates the http sub-command.
NewInfluxDBCommand creates the influxdb sub-command.
NewMongoDBCommand creates the mongodb sub-command.
NewMysqlCommand creates the mysql sub-command.
NewPostgresqlCommand creates the postgresql sub-command.
NewRabbitMQCommand creates the rabbitmq sub-command.
NewRedisCommand creates the redis sub-command.
NewRootCommand creates the root command.
NewTCPCommand creates the tcp sub-command.
NewVersionCommand creates the version sub-command.
# Constants
ExitError is the exit code used when the command encounters an error.
ExitTimedOut is the exit code used when the command times out.
# Variables
AppVersion represents Wait4X version.
BuildTime represents Wait4X build time in ISO8601 format, output of $(date -u '+%FT%TZ').
GitCommit represents Wait4X commit sha1 hash from git, output of $(git rev-parse HEAD).