command

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTask

type CreateTask struct {
	UI cli.Ui
}

CreateTask is for creating a single task

func (*CreateTask) Help

func (c *CreateTask) Help() string

Help (LoadCommand) shows help

func (*CreateTask) Run

func (c *CreateTask) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*CreateTask) Synopsis

func (c *CreateTask) Synopsis() string

Synopsis is the short description

type DeleteQueue added in v0.5.4

type DeleteQueue struct {
	UI cli.Ui
}

DeleteQueue is for creating a single task

func (*DeleteQueue) Help added in v0.5.4

func (c *DeleteQueue) Help() string

Help (LoadCommand) shows help

func (*DeleteQueue) Run added in v0.5.4

func (c *DeleteQueue) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*DeleteQueue) Synopsis added in v0.5.4

func (c *DeleteQueue) Synopsis() string

Synopsis is the short description

type List added in v0.5.0

type List struct {
	UI cli.Ui
}

List shows all the lists that exist

func (*List) Help added in v0.5.0

func (c *List) Help() string

Help (LoadCommand) shows help

func (*List) Run added in v0.5.0

func (c *List) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*List) Synopsis added in v0.5.0

func (c *List) Synopsis() string

Synopsis is the short description

type LoadCommand

type LoadCommand struct {
	UI cli.Ui
}

LoadCommand is for loading

func (*LoadCommand) Help

func (c *LoadCommand) Help() string

Help (LoadCommand) shows help

func (*LoadCommand) Run

func (c *LoadCommand) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*LoadCommand) Synopsis

func (c *LoadCommand) Synopsis() string

Synopsis is the short description

type Peek

type Peek struct {
	UI cli.Ui
}

Peek is for peeking what the next items coming of the queue will be

func (*Peek) Help

func (c *Peek) Help() string

Help (LoadCommand) shows help

func (*Peek) Run

func (c *Peek) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*Peek) Synopsis

func (c *Peek) Synopsis() string

Synopsis is the short description

type Progress

type Progress struct {
	UI cli.Ui
}

Progress getting details of the progress of a given queue

func (*Progress) Help

func (c *Progress) Help() string

Help (LoadCommand) shows help

func (*Progress) Run

func (c *Progress) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*Progress) Synopsis

func (c *Progress) Synopsis() string

Synopsis is the short description

type Work

type Work struct {
	UI cli.Ui
}

Work is for loading, executing, heartbeating and completing tasks

func (*Work) Help

func (w *Work) Help() string

Help (LoadCommand) shows help

func (*Work) Run

func (w *Work) Run(args []string) int

Run (LoadCommand) executes the actual action

func (*Work) Synopsis

func (w *Work) Synopsis() string

Synopsis is the short description

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL