Documentation ¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "split" OutPort string = "out" InPort string = "in" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { }
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type InMessage ¶
type InMessage struct { Context Context `` /* 128-byte string literal not displayed */ Array []ItemContext `json:"array" title:"Array" default:"null" description:"Array of items to be split" required:"true"` }
type ItemContext ¶
type ItemContext any
type OutMessage ¶
type OutMessage struct { Context Context `json:"context"` Item ItemContext `json:"item"` }
Click to show internal directories.
Click to hide internal directories.