Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "autobot",
Short: "Autobot server creates the messaging cluster for the inbox and outbox plugins",
Long: `
The Autobot server starts a NATS server.
Autobot plugins connect to the clustered message inbox and outbox it provides.
Redundancy requires a quorum in the cluster, which needs an uneven number of instances (e.g. 3 or 5 instances).
`,
PreRunE: preRunE,
RunE: runE,
Version: build,
}
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.