queue

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package queue provides queue management commands for the ytr CLI.

Index

Constants

This section is empty.

Variables

View Source
var QueueDetailFields = []string{
	"key",
	"name",
	"description",
	"lead",
	"defaultType",
	"defaultPriority",
	"assignAuto",
	"allowExternals",
}

QueueDetailFields lists the available JSON field names for queue detail output.

View Source
var QueueListFields = []string{"key", "name", "lead"}

QueueListFields lists the available JSON field names for queue list output.

Functions

func NewCmd

func NewCmd() *cobra.Command

NewCmd creates the parent "queue" command with list and view subcommands.

Types

This section is empty.

Jump to

Keyboard shortcuts

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