From 9412d99d301671b49cc3a4c4adefa1776817e1c6 Mon Sep 17 00:00:00 2001 From: PandaGoAdmin <18610165312@163.com> Date: Wed, 22 Mar 2023 08:56:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/rule_engine/instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rule_engine/instance.go b/pkg/rule_engine/instance.go index 022c5ba..f5084d4 100644 --- a/pkg/rule_engine/instance.go +++ b/pkg/rule_engine/instance.go @@ -79,7 +79,7 @@ func newInstanceWithManifest(m *manifest.Manifest) (*ruleChainInstance, []error) return r, errs } -// StartRuleChain TODO 是否需要添加context +// StartRuleChain func (c *ruleChainInstance) StartRuleChain(context context.Context, message message.Message) error { if node, found := c.nodes[c.firstRuleNodeId]; found { go node.Handle(message)