list

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LibraryVariableSetType = "Library"
	ProjectType            = "Project"
)

Variables

This section is empty.

Functions

func NewCmdList

func NewCmdList(f factory.Factory) *cobra.Command

Types

type VariableValue

type VariableValue struct {
	Type            string
	OwnerName       string
	Name            string
	Value           string
	Label           string
	IsSensitive     bool
	IsDefaultValue  bool
	ScopeName       string
	HasMissingValue bool
}

type VariableValueAsJson

type VariableValueAsJson struct {
	Type           string
	OwnerName      string
	Name           string
	Value          string
	Label          string
	IsSensitive    bool
	IsDefaultValue bool
}

func NewVariableValueAsJson

func NewVariableValueAsJson(v *VariableValue) *VariableValueAsJson

type VariableValueProjectAsJson

type VariableValueProjectAsJson struct {
	*VariableValueAsJson
	HasMissingValue bool
	Environment     string
}

func NewVariableValueProjectAsJson

func NewVariableValueProjectAsJson(v *VariableValue) *VariableValueProjectAsJson

Jump to

Keyboard shortcuts

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