Versions in this module Expand all Collapse all v0 v0.1.8 May 5, 2025 v0.1.7 May 1, 2025 Changes in this version + const ComponentName + const ErrorPort + const RequestPort + const ResponsePort + type Component struct + func (h *Component) GetInfo() module.ComponentInfo + func (h *Component) Handle(ctx context.Context, handler module.Handler, port string, msg interface{}) error + func (h *Component) Instance() module.Component + func (h *Component) Ports() []module.Port + type Context any + type Error struct + Context Context + Error string + type InputData any + type OutputData any + type Request struct + Context Context + InputData InputData + type Response struct + Context Context + OutputData OutputData + type Script struct + Content string + Name string + type ScriptItem Script + type Settings struct + EnableErrorPort bool + Modules []ScriptItem + OutputData OutputData + Script Script