Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SeverStartCommand = &cli.Command{ Name: "start", Aliases: []string{"up"}, Usage: "Starts HTTP server", Action: startAction, }
View Source
var WorkerStartCommand = &cli.Command{ Name: "start", Aliases: []string{"up"}, Usage: "Starts Worker", Action: workerStartAction, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.