API节点增加主节点概念

This commit is contained in:
GoEdgeLab
2022-04-24 15:25:08 +08:00
parent 9142010f51
commit 97a622f5f2
4 changed files with 141 additions and 119 deletions

View File

@@ -72,6 +72,7 @@ message UpdateAPINodeRequest {
bool restIsOn = 8;
bytes restHTTPJSON = 9;
bytes restHTTPSJSON = 10;
bool isPrimary = 11;
}
// 删除API节点