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

@@ -19,6 +19,7 @@ message APINode {
bytes accessAddrsJSON = 10;
repeated string accessAddrs = 11;
bytes statusJSON = 12;
bool isPrimary = 16;
bool debug = 30;
}