array

package
v0.1.53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SplitComponent        = "split"
	SplitOutPort   string = "out"
	SplitInPort    string = "in"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Split

type Split struct {
}

func (*Split) GetInfo

func (t *Split) GetInfo() module.ComponentInfo

func (*Split) Handle

func (t *Split) Handle(ctx context.Context, handler module.Handler, port string, msg interface{}) error

func (*Split) Instance

func (t *Split) Instance() module.Component

func (*Split) Ports

func (t *Split) Ports() []module.NodePort

type SplitContext

type SplitContext any

type SplitInMessage

type SplitInMessage struct {
	Context SplitContext       `` /* 146-byte string literal not displayed */
	Array   []SplitItemContext `` /* 126-byte string literal not displayed */
}

type SplitItemContext

type SplitItemContext any

type SplitOutMessage

type SplitOutMessage struct {
	Context SplitContext     `json:"context"`
	Item    SplitItemContext `json:"item"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL