Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "eval" RequestPort = "request" ResponsePort = "response" ErrorPort = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (h *Component) GetInfo() module.ComponentInfo
type OutputData ¶
type OutputData any
type Response ¶
type Response struct {
Context Context `json:"context"`
OutputData OutputData `json:"outputData"`
}
type ScriptItem ¶
type ScriptItem Script
ScriptItem to avoid confusion of Script definition generated from Scripts array and from Script property
type Settings ¶
type Settings struct {
EnableErrorPort bool `` /* 148-byte string literal not displayed */
OutputData OutputData `` /* 134-byte string literal not displayed */
Script Script `` /* 131-byte string literal not displayed */
Modules []ScriptItem `` /* 149-byte string literal not displayed */
}
Click to show internal directories.
Click to hide internal directories.