liuxiaolong
2019-11-19 ce4117a8c26f0f0ddc7329a5b7f826abcabe42e8
add aiocean index and del videopersons index
2个文件已删除
2个文件已添加
7991 ■■■■■ 已修改文件
aiocean.pb.go 4942 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiocean.proto 104 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
videoperson.pb.go 2885 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
videoperson.proto 60 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiocean.pb.go
New file
Diff too large
aiocean.proto
New file
@@ -0,0 +1,104 @@
syntax = "proto3";
package protomsg;
message EsDataBase {
    string id                    =1;
    string cameraId             =2;
    string cameraName           =3;
    string cameraAddr           =4;
    string analyServerId        =5;
    string analyServerName      =6;
    string analyServerIp        =7;
    string clusterId            =8;
    string taskId               =9;
    string taskName             =10;
    string sdkName              =11;
    string picMaxUrl            =12;
    string videoUrl             =13;
    string picDate              =14;
    repeated TargetInfo targetInfo       =15;
    string otherLabels          =16;
    string showLabels           =17;
    string likeDate             =18;
    repeated BaseInfo baseInfo           =19;
    bool isAlarm              =20;
    bool isAckAlarm            =21;
    repeated AlarmRules alarmRules       =22;
    bool isCollect             =23;
    bool isDelete              =24;
    string content                =25;
}
message AIOcean {
    string id                    =1;
    string cameraId             =2;
    string cameraName           =3;
    string cameraAddr           =4;
    string analyServerId        =5;
    string analyServerName      =6;
    string analyServerIp        =7;
    string clusterId            =8;
    string taskId               =9;
    string taskName             =10;
    string sdkName              =11;
    string picMaxUrl            =12;
    string videoUrl             =13;
    string picDate              =14;
    repeated TargetInfo targetInfo       =15;
    string otherLabels          =16;
    string showLabels           =17;
    string likeDate             =18;
    repeated BaseInfo baseInfo           =19;
    bool isAlarm                =20;
    bool isAckAlarm                =21;
    repeated AlarmRules alarmRules       =22;
    bool isCollect              =23;
    bool isDelete               =24;
    string content                =25;
    string linkTag              =26;
    repeated EsDataBase linkTagInfo      =27;
}
message TargetInfo {
    string targetId             =1;
    float targetScore           =2;
    string feature              =3;
    string picSmUrl             =4;
    TargetLocation targetLocation =5;
}
message TargetLocation {
    Location topLeft            =1;
    Location bottomRight        =2;
}
message Location {
    float x                     =1;
    float y                     =2;
}
message AlarmRules {
    string groupId                =1;
    string alarmLevel           =2;
    string ruleText             =3;
    bool defenceState           =4;
    bool isLink                 =5;
    string linkInfo             =6;
}
message BaseInfo {
    string tableId              =1;
    string tableName            =2;
    float compareScore          =3;
    string personId             =4;
    string personName           =5;
    string personPicUrl         =6;
    string phoneNum             =7;
    string sex                  =8;
    string idCard               =9;
    string monitorLevel         =10;
    string content              =11;
    string bwType               =12;
}
videoperson.pb.go
File was deleted
videoperson.proto
File was deleted