protomsg.proto
@@ -199,6 +199,7 @@ string argDef = 16; //默认参数 string ruleSo = 17; //规则用so string iconBlob2 = 18; //第二套图片二进制 string activateCode = 19; // } //SdkArg struct @@ -325,6 +326,7 @@ ReInitCache = 0; // 重新初始化底库缓存(加入集群后执行) UpdateCache = 1; // 更新底库和人员缓存 Compare = 2; // 做比对请求 DeleteCache = 3; // 删除缓存 } message SdkCompareEach { @@ -412,6 +414,7 @@ string clusterName = 2; repeated Node nodes = 3; string virtualIp = 4; string password = 5; } message Node { @@ -434,4 +437,4 @@ string description = 5; int32 sort = 6; string parent_id = 7; } }