mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
节点组合配置时服务间可以共用证书数据
This commit is contained in:
@@ -16946,7 +16946,7 @@
|
||||
},
|
||||
{
|
||||
"name": "FindCurrentNodeConfigRequest",
|
||||
"code": "message FindCurrentNodeConfigRequest {\n\t// 由于登录信息中已经包含了节点信息,所以这里不需要nodeId\n\tint64 version = 1;\n\tbool compress = 2; // 是否压缩\n\tint64 nodeTaskVersion = 3; // 通知任务版本\n}",
|
||||
"code": "message FindCurrentNodeConfigRequest {\n\t// 由于登录信息中已经包含了节点信息,所以这里不需要nodeId\n\tint64 version = 1;\n\tbool compress = 2; // 是否压缩\n\tint64 nodeTaskVersion = 3; // 通知任务版本\n\tbool useDataMap = 4; // 是否使用公共的数据集\n}",
|
||||
"doc": "组合单个节点配置"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user