output

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Add        addOutput    `command:"add" description:"add output"`
	ConfigHelp configHelp   `command:"config" alias:"cfg" description:"show configuration options"`
	List       listOutput   `command:"list" alias:"ls" description:"list outputs"`
	Update     updateOutput `command:"update" alias:"up" description:"update output"`
	Logs       outputLogs   `command:"logs" alias:"lg" description:"show output logs"`
	Delete     deleteOutput `command:"delete" alias:"del" description:"delete output"`
	Status     outputStatus `command:"status" alias:"s" description:"show status"`
	Get        getOutput    `command:"get" description:"get output details"`
}

Command holds the subcommands for the output command

Jump to

Keyboard shortcuts

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