Documentation
¶
Index ¶
Constants ¶
View Source
const ( Signals = "__signals__" Outputs = "__outputs__" Terminal = "__terminal__" Name = "name" Metadata = "metadata" Sync = "sync" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Name string `json:"name"`
Metadata map[string]any `json:"metadata"`
Sync bool `json:"sync"`
Terminal bool `json:"terminal"`
Run ActionFunc `json:"-"`
}
Action is any action that can be performed by the system.
type ActionFunc ¶
ActionFunc is a function that can be used to run an action.
Click to show internal directories.
Click to hide internal directories.