Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type MapFunctions ¶
type NewEnvironment ¶
type NewEnvironment func() Environment
type State ¶
type State interface { Type() model.StateType Name() string FilterInput(model.Object) (model.Object, error) FilterOutput(model.Object) (model.Object, error) Run(ctx context.Context, dataIn model.Object) (model.Object, error) ProduceEvents(ctx context.Context, data model.Object) error Next() (string, bool) }
Click to show internal directories.
Click to hide internal directories.