variable

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VariableRequest

type VariableRequest struct {
	Name  string `json:"name"`
	Type  string `json:"type"`            // java的基础类型 integer | string | ......
	Scope string `json:"scope,omitempty"` // task 使用
	Value any    `json:"value,omitempty"`
}

type VariableSearchRequest

type VariableSearchRequest struct {
	Name      string `json:"name"`
	Value     any    `json:"value"`
	Operation string `json:"operation"`
	Type      string `json:"type"`
}

Jump to

Keyboard shortcuts

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