variable

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type CreateProjectVariableInput

type CreateProjectVariableInput struct {
	Name    string `json:"name" jsonschema:"Variable name"`
	Project string `json:"project" jsonschema:"Project name"`
}

type DeleteProjectVariableInput

type DeleteProjectVariableInput struct {
	Name    string `json:"name" jsonschema:"Variable name to delete"`
	Project string `json:"project" jsonschema:"Project name"`
}

type GetProjectVariableByNameInput

type GetProjectVariableByNameInput struct {
	Project string `json:"project" jsonschema:"Project name"`
	Name    string `json:"name" jsonschema:"Variable name"`
}

type ListProjectVariablesInput

type ListProjectVariablesInput struct {
	Project string `json:"project" jsonschema:"Project name"`
}

type UpdateProjectVariableInput

type UpdateProjectVariableInput struct {
	Name    string `json:"name" jsonschema:"Variable name"`
	Project string `json:"project" jsonschema:"Project name"`
	Value   string `json:"value" jsonschema:"Variable value (for TextVariable)"`
}

Jump to

Keyboard shortcuts

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