mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-26 05:28:36 +08:00
规则链
This commit is contained in:
@@ -12,7 +12,7 @@ type externalRuleChainNode struct {
|
||||
|
||||
type externalRuleChainNodeFactory struct{}
|
||||
|
||||
func (f externalRuleChainNodeFactory) Name() string { return "ExternalRuleChainNode" }
|
||||
func (f externalRuleChainNodeFactory) Name() string { return "RuleChainNode" }
|
||||
func (f externalRuleChainNodeFactory) Category() string { return NODE_CATEGORY_EXTERNAL }
|
||||
func (f externalRuleChainNodeFactory) Labels() []string { return []string{"Success", "Failure"} }
|
||||
func (f externalRuleChainNodeFactory) Create(id string, meta Metadata) (Node, error) {
|
||||
|
||||
Reference in New Issue
Block a user