Documentation
¶
Overview ¶
Package commands ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MistCmd ... MistCmd = &cobra.Command{ Use: "mist", Short: "Mist is a simple pub/sub for tagged messages", Long: ``, SilenceErrors: true, SilenceUsage: true, PersistentPreRunE: readConfig, PreRunE: preFlight, RunE: start, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.