支持L2节点配置

This commit is contained in:
GoEdgeLab
2022-04-04 16:42:11 +08:00
parent a1d65539b2
commit 9115d34472
7 changed files with 959 additions and 661 deletions

View File

@@ -32,6 +32,7 @@ message Node {
SizeCapacity maxCacheDiskCapacity = 17;
SizeCapacity maxCacheMemoryCapacity = 18;
string cacheDiskDir = 19;
int32 level = 20;
NodeCluster nodeCluster = 32; // 主集群
NodeLogin nodeLogin = 33;
@@ -47,6 +48,7 @@ message BasicNode {
string name = 2;
bool isOn = 3;
bool isUp = 4;
int32 level = 5;
NodeCluster nodeCluster = 30; // 主集群
}