From 2d21d126670c00fc6d58f47b0c88c2367f5c7a85 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 28 十一月 2019 20:08:51 +0800 Subject: [PATCH] fileanalysis add alias and snapshot_url --- fileanalysis.proto | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index 304dd04..58105eb 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -8,12 +8,14 @@ string path =3; int32 type =4; int32 sort =5; - bool is_running =6; - int32 progress =7; - int32 ruleType =8; - int32 status =9; - string createTime =10; - string updateTime =11; + string alias =6; + string snapshot_url =7; + bool is_running =8; + int32 progress =9; + int32 ruleType =10; + int32 status =11; + string createTime =12; + string updateTime =13; } message FileAnalysisSetting { -- Gitblit v1.8.0