Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunCommand ¶
type RunCommand struct { BrokerURL string `short:"B" long:"broker" description:"Connection URL for broker" required:"false"` Host string `short:"H" long:"host" description:"Server host" required:"false"` Port int `short:"P" long:"port" description:"Server port" required:"false"` }
RunCommand - Run server in the production mode
func (*RunCommand) Execute ¶
func (x *RunCommand) Execute(args []string) error
Execute Run server - Load configuration file and start server
Click to show internal directories.
Click to hide internal directories.