实现HTTP部分功能

This commit is contained in:
GoEdgeLab
2020-09-26 08:07:24 +08:00
parent 2bdb5c232a
commit 7e5a446cb3
52 changed files with 1120 additions and 391 deletions

View File

@@ -73,6 +73,7 @@ message ListEnabledNodesMatchRequest {
int64 size = 2;
int64 clusterId = 3;
int32 installState = 4;
int32 activeState = 5;
}
message ListEnabledNodesMatchResponse {
@@ -141,6 +142,7 @@ message SyncNodesVersionWithClusterResponse {
message CountAllEnabledNodesMatchRequest {
int64 clusterId = 1;
int32 installState = 2;
int32 activeState = 3;
}
message CountAllEnabledNodesMatchResponse {