Documentation ¶
Index ¶
Constants ¶
View Source
const ( BoolOperationPass = "pass" BoolOperationReverse = "reverse" BoolOperationRand = "rand" BoolOperationUseLastResult = "last" )
View Source
const (
TypeBool = "bool"
)
View Source
const (
TypePrintln = "println"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolBuilder ¶
type BoolBuilder struct{}
func (*BoolBuilder) ProductType ¶
func (builder *BoolBuilder) ProductType() string
type BoolNode ¶
type BoolNode struct {
component.BaseComponent
}
type BoolRunParams ¶
type PrintlnBuilder ¶
type PrintlnBuilder struct{}
func (*PrintlnBuilder) ProductType ¶
func (builder *PrintlnBuilder) ProductType() string
type PrintlnNode ¶
type PrintlnNode struct {
component.BaseComponent
}
func (*PrintlnNode) Run ¶
func (n *PrintlnNode) Run(globalRunParams *component.GlobalRunParams, dynamicParams map[string]any) (any, error)
type PrintlnRunParams ¶
type PrintlnRunParams struct {
Content string `mapstructure:"content"`
}
Click to show internal directories.
Click to hide internal directories.