规则链添加RPC请求,及响应处理

This commit is contained in:
XM-GO
2023-08-25 09:56:26 +08:00
parent 453deea9da
commit a7ff948cfe
7 changed files with 816 additions and 17 deletions

View File

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