Versions in this module Expand all Collapse all v0 v0.36.0 May 28, 2026 Changes in this version + const FunctionNameProcess + type PythonNode struct + Config PythonNodeConfiguration + func (x *PythonNode) Desc() string + func (x *PythonNode) Destroy() + func (x *PythonNode) Init(ruleConfig types.Config, configuration types.Configuration) error + func (x *PythonNode) New() types.Node + func (x *PythonNode) OnMsg(ctx types.RuleContext, msg types.RuleMsg) + func (x *PythonNode) Type() string + type PythonNodeConfiguration struct + MaxRunning int + PythonPath string + Script string + Timeout string