Documentation ¶
Index ¶
- Constants
- func JobsTable(writer io.Writer, jobs []*jobs.State) *tablewriter.Table
- func NewCommand(cfgFile *string, override *[]string) *cobra.Command
- func ServiceWorkerTable(writer io.Writer, workers []*process.State) *tablewriter.Table
- func WorkerTable(writer io.Writer, workers []*process.State) *tablewriter.Table
Constants ¶
View Source
const ( Ready string = "READY" Paused string = "PAUSED/STOPPED" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand creates `workers` command.
func ServiceWorkerTable ¶
ServiceWorkerTable renders table with information about rr server workers.
func WorkerTable ¶
WorkerTable renders table with information about rr server workers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.