Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "amqpctl",
Short: "amqpctl is command line based client for AMQP Management protocol",
Long: `amqpctl is a command line based client for the AMQP Management protocol. It
is written in Go language and tested against Apache Qpid Dispatch AMQP router.
It should be compatible with all implementations of AMQP Management Working
Draft 9 and 11. amqpctl is using Apache Qpid Proton as its underlying AMQP client.
Apache Qpid Proton has to be installed to use amqpctl. See amqpctl --help for
more details about the usage and supported operations.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.