package
Version:
v1.29.2
Opens a new window with list of versions in this module.
Published: Jan 23, 2026
License: Apache-2.0
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 StackItem struct {
ProgramID string `json:"programID"`
DiagramID string `json:"diagramID"`
NodeID string `json:"nodeID"`
}
type State struct {
Stack []StackItem `json:"stack"`
Storage map[string]any `json:"storage"`
Variables map[string]any `json:"variables"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.