package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jan 3, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type VariableRequest struct {
Name string `json:"name"`
Type string `json:"type"`
Scope string `json:"scope,omitempty"`
Value any `json:"value,omitempty"`
}
type VariableSearchRequest struct {
Name string `json:"name"`
Value any `json:"value"`
Operation string `json:"operation"`
Type string `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.