Documentation
¶
Index ¶
Constants ¶
View Source
const ( LibraryVariableSetType = "Library" ProjectType = "Project" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VariableValue ¶
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
Click to show internal directories.
Click to hide internal directories.