Versions in this module Expand all Collapse all v0 v0.7.20 Jul 29, 2026 v0.7.19 Jul 28, 2026 Changes in this version + const ComponentName + const OutPort + const RequestPort + type Component struct + func (c *Component) GetInfo() module.ComponentInfo + func (c *Component) Handle(ctx context.Context, _ module.Handler, port string, msg any) module.Result + func (c *Component) Instance() module.Component + func (c *Component) OnControl(ctx context.Context, msg any) error + func (c *Component) OnSettings(_ context.Context, msg any) error + func (c *Component) Ports() []module.Port + type Context any + type Reply struct + Context Context + Values map[string]interface{} + type Request struct + Context Context + type Settings struct + Form string