mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
规则引擎
This commit is contained in:
6
pkg/rule_engine/nodes/init.go
Normal file
6
pkg/rule_engine/nodes/init.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package nodes
|
||||
|
||||
// init register all node's factory
|
||||
func init() {
|
||||
RegisterFactory(inputNodeFactory{})
|
||||
}
|
||||
Reference in New Issue
Block a user