mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-30 06:11:26 +08:00
工作流
This commit is contained in:
13
pkg/flow_engine/nodes/init.go
Normal file
13
pkg/flow_engine/nodes/init.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package nodes
|
||||
|
||||
// init register all node's factory
|
||||
func init() {
|
||||
RegisterFactory(inputNodeFactory{})
|
||||
RegisterFactory(transformScriptNodeFactory{})
|
||||
|
||||
RegisterFactory(externalDingNodeFactory{})
|
||||
RegisterFactory(externalWechatNodeFactory{})
|
||||
RegisterFactory(externalSendEmailNodeFactory{})
|
||||
RegisterFactory(externalSendSmsNodeFactory{})
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user