Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelTaskCmd ¶
type CancelTaskCmd struct {
UUID string `arg:"" name:"uuid" help:"UUID of the task."`
}
type ClientCommands ¶
type ClientCommands struct {
ListTasks ListTasksCmd `cmd:"" name:"tasks" help:"List tasks." group:"TASK"`
GetTask GetTaskCmd `cmd:"" name:"task" help:"Get the details of a task." group:"TASK"`
CancelTask CancelTaskCmd `cmd:"" name:"task-cancel" help:"Cancel a task." group:"TASK"`
WatchTasks WatchTasksCmd `cmd:"" name:"task-events" help:"Stream task events until interrupted (Ctrl+C)." group:"TASK"`
}
type GetTaskCmd ¶
type GetTaskCmd struct {
UUID string `arg:"" name:"uuid" help:"UUID of the task."`
}
type ListTasksCmd ¶
type ListTasksCmd struct {
schema.TaskListRequest
}
type WatchTasksCmd ¶
type WatchTasksCmd struct {
schema.TaskEventRequest
}
Click to show internal directories.
Click to hide internal directories.