From 201ba0c95333cb07be9f955a936cd06a929e2e8f Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期四, 06 二月 2020 20:37:20 +0800 Subject: [PATCH] change golang/protobuf to gogo/protobuf --- fileanalysis.proto | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/fileanalysis.proto b/fileanalysis.proto index 304dd04..3810000 100644 --- a/fileanalysis.proto +++ b/fileanalysis.proto @@ -8,16 +8,22 @@ 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; + string duration =8; + bool is_running =9; + int32 progress =10; + int32 ruleType =11; + int32 status =12; + string createTime =13; + string updateTime =14; + string identifier =15; } message FileAnalysisSetting { - bool videoFileEnable =1; - string videoDirectory =2; - int32 channelCount =3; + bool videoEnable =1; + string fileDirectory =2; + int32 videoChannelCount =3; + int32 imgChannelCount =4; + int32 audioChannelCount =5; } \ No newline at end of file -- Gitblit v1.8.0