mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-24 10:56:38 +08:00
[集群]增加TOA相关设置
This commit is contained in:
@@ -188,10 +188,12 @@ message FindEnabledNodeResponse {
|
||||
// 组合单个节点配置
|
||||
message FindCurrentNodeConfigRequest {
|
||||
// 由于登录信息中已经包含了节点信息,所以这里不需要nodeId
|
||||
int64 version = 1;
|
||||
}
|
||||
|
||||
message FindCurrentNodeConfigResponse {
|
||||
bytes nodeJSON = 1;
|
||||
bool isChanged = 2;
|
||||
}
|
||||
|
||||
// 节点stream
|
||||
|
||||
Reference in New Issue
Block a user