【优化】规则链rpc请求逻辑

This commit is contained in:
PandaX
2023-10-12 20:35:43 +08:00
parent 36ad817074
commit d2e4781938
9 changed files with 394 additions and 1039 deletions

View File

@@ -28,5 +28,6 @@ func init() {
RegisterFactory(externalSendEmailNodeFactory{})
RegisterFactory(externalSendSmsNodeFactory{})
RegisterFactory(externalRuleChainNodeFactory{})
RegisterFactory(rpcRespondFactory{})
RegisterFactory(rpcRequestNodeFactory{})
}