mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
[feat]添加规则引擎debug功能
This commit is contained in:
@@ -19,7 +19,7 @@ type externalRuleChainNodeFactory struct{}
|
||||
func (f externalRuleChainNodeFactory) Name() string { return "RuleChainNode" }
|
||||
func (f externalRuleChainNodeFactory) Category() string { return NODE_CATEGORY_FLOWS }
|
||||
func (f externalRuleChainNodeFactory) Labels() []string { return []string{} }
|
||||
func (f externalRuleChainNodeFactory) Create(id string, meta Metadata) (Node, error) {
|
||||
func (f externalRuleChainNodeFactory) Create(id string, meta Properties) (Node, error) {
|
||||
node := &externalRuleChainNode{
|
||||
bareNode: newBareNode(f.Name(), id, meta, f.Labels()),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user