Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSetVariableNode ¶
Types ¶
type SetVariableNode ¶
func (*SetVariableNode) LoadNodeConfig ¶
func (node *SetVariableNode) LoadNodeConfig() error
func (*SetVariableNode) WaitForEvent ¶
func (node *SetVariableNode) WaitForEvent(responseChannel chan model.ReactorEvent)
type SetVariableNodeConfig ¶
type SetVariableNodeConfig struct { Name string Description string UpdateGlobal bool // true - update global variable ; false - update local variable UpdateInputMsg bool // true - update input message ; false - update context variable IsVariableInMemory bool // true - is saved on disk ; false - in memory only DefaultValue model.Variable }
Click to show internal directories.
Click to hide internal directories.