Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTask ¶
CreateTask is for creating a single task
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
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
List shows all the lists that exist
type LoadCommand ¶
LoadCommand is for loading
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 ¶
Peek is for peeking what the next items coming of the queue will be
type Progress ¶
Progress getting details of the progress of a given queue
Click to show internal directories.
Click to hide internal directories.