From 80ae7958a17a492098f18f31fa21804f37b6cbaa Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 08 五月 2024 14:52:55 +0800
Subject: [PATCH] 更新dataprocess.pb

---
 protomsg.proto |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index e492232..fb0972f 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -199,6 +199,7 @@
     string argDef = 16; //榛樿鍙傛暟
     string ruleSo = 17; //瑙勫垯鐢╯o
     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;
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0