mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 03:18:35 +08:00
规则引擎
This commit is contained in:
9
pkg/rule_engine/nodes/enrichment_device_attr_node.go
Normal file
9
pkg/rule_engine/nodes/enrichment_device_attr_node.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package nodes
|
||||
|
||||
type enrichmentDeviceAttrNodeFactory struct{}
|
||||
|
||||
func (f enrichmentDeviceAttrNodeFactory) Name() string { return "EnrichmentDeviceAttrbute" }
|
||||
func (f enrichmentDeviceAttrNodeFactory) Category() string { return NODE_CATEGORY_ENRICHMENT }
|
||||
func (f enrichmentDeviceAttrNodeFactory) Create(id string, meta Metadata) (Node, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user