mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 03:18:35 +08:00
规则引擎
This commit is contained in:
@@ -3,4 +3,6 @@ package nodes
|
||||
// init register all node's factory
|
||||
func init() {
|
||||
RegisterFactory(inputNodeFactory{})
|
||||
RegisterFactory(switchFilterNodeFactory{})
|
||||
RegisterFactory(delayNodeFactory{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user