API节点增加主节点概念

This commit is contained in:
刘祥超
2022-04-24 15:25:08 +08:00
parent a6355914b2
commit 2cdb0b9758
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;
}