globalvariable

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 CreateGlobalVariableInput

type CreateGlobalVariableInput struct {
	Name  string `json:"name" jsonschema:"Global Variable name"`
	Value string `json:"value" jsonschema:"Variable value (for TextVariable)"`
}

type DeleteGlobalVariableInput

type DeleteGlobalVariableInput struct {
	Name string `json:"name" jsonschema:"Global Variable name to delete"`
}

type GetGlobalVariableByNameInput

type GetGlobalVariableByNameInput struct {
	Name string `json:"name" jsonschema:"Global Variable name"`
}

type UpdateGlobalVariableInput

type UpdateGlobalVariableInput struct {
	Name  string `json:"name" jsonschema:"Global Variable 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