job

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmd

func NewCmd(f *cmdutil.Factory) *cobra.Command

Types

type JobTreeNode added in v0.9.0

type JobTreeNode struct {
	ID           string        `json:"id"`
	Name         string        `json:"name"`
	ProjectID    string        `json:"projectId"`
	Dependents   []JobTreeNode `json:"dependents,omitempty"`
	Dependencies []JobTreeNode `json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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