From 5eceae888974a13473868773db0d8acaa1b06a47 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期三, 24 七月 2019 11:28:41 +0800
Subject: [PATCH] videoadd compareArgs
---
.idea/workspace.xml | 36 +++--
protomsg.proto | 6 +
protomsg.pb.go | 271 +++++++++++++++++++++++++++-----------------
3 files changed, 190 insertions(+), 123 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b7296ca..b5f0cc4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,6 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="becdd117-1021-4e06-af58-0f70d982f4ee" name="Default Changelist" comment="">
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/protomsg.pb.go" beforeDir="false" afterPath="$PROJECT_DIR$/protomsg.pb.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/protomsg.proto" beforeDir="false" afterPath="$PROJECT_DIR$/protomsg.proto" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
@@ -11,12 +13,12 @@
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileEditorManager">
- <leaf>
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/sdk.proto">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="168">
- <caret line="29" column="16" selection-start-line="29" selection-start-column="16" selection-end-line="29" selection-end-column="16" />
+ <state relative-caret-position="420">
+ <caret line="69" column="25" lean-forward="true" selection-start-line="69" selection-start-column="25" selection-end-line="69" selection-end-column="25" />
</state>
</provider>
</entry>
@@ -24,8 +26,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/protomsg.proto">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="637">
- <caret line="223" column="1" lean-forward="true" selection-start-line="223" selection-start-column="1" selection-end-line="223" selection-end-column="1" />
+ <state relative-caret-position="448">
+ <caret line="220" column="22" lean-forward="true" selection-start-line="220" selection-start-column="22" selection-end-line="220" selection-end-column="22" />
</state>
</provider>
</entry>
@@ -104,14 +106,9 @@
<frame x="-8" y="-8" width="1936" height="1176" extended-state="6" />
<editor active="true" />
<layout>
- <window_info id="Favorites" side_tool="true" />
- <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.19527897" />
+ <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.19796138" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
- <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
- <window_info anchor="bottom" id="Database Changes" />
- <window_info anchor="bottom" id="Version Control" />
- <window_info active="true" anchor="bottom" id="Terminal" visible="true" weight="0.22058824" />
- <window_info anchor="bottom" id="Event Log" side_tool="true" />
+ <window_info id="Favorites" order="2" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" />
<window_info anchor="bottom" id="Run" order="2" />
@@ -119,10 +116,15 @@
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
- <window_info anchor="right" id="Database" />
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
+ <window_info anchor="bottom" id="Database Changes" order="8" />
+ <window_info anchor="bottom" id="Version Control" order="9" />
+ <window_info active="true" anchor="bottom" id="Terminal" order="10" visible="true" weight="0.22058824" />
+ <window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
+ <window_info anchor="right" id="Database" order="3" />
</layout>
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -131,15 +133,15 @@
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/sdk.proto">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="168">
- <caret line="29" column="16" selection-start-line="29" selection-start-column="16" selection-end-line="29" selection-end-column="16" />
+ <state relative-caret-position="420">
+ <caret line="69" column="25" lean-forward="true" selection-start-line="69" selection-start-column="25" selection-end-line="69" selection-end-column="25" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/protomsg.proto">
<provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="637">
- <caret line="223" column="1" lean-forward="true" selection-start-line="223" selection-start-column="1" selection-end-line="223" selection-end-column="1" />
+ <state relative-caret-position="448">
+ <caret line="220" column="22" lean-forward="true" selection-start-line="220" selection-start-column="22" selection-end-line="220" selection-end-column="22" />
</state>
</provider>
</entry>
diff --git a/protomsg.pb.go b/protomsg.pb.go
index 35f8141..203e0aa 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -1724,6 +1724,61 @@
return nil
}
+type CompareArgs struct {
+ TableIds []string `protobuf:"bytes,1,rep,name=tableIds,proto3" json:"tableIds,omitempty"`
+ FaceFeature []byte `protobuf:"bytes,2,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
+ CompareThreshold float32 `protobuf:"fixed32,3,opt,name=compareThreshold,proto3" json:"compareThreshold,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CompareArgs) Reset() { *m = CompareArgs{} }
+func (m *CompareArgs) String() string { return proto.CompactTextString(m) }
+func (*CompareArgs) ProtoMessage() {}
+func (*CompareArgs) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{21}
+}
+
+func (m *CompareArgs) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CompareArgs.Unmarshal(m, b)
+}
+func (m *CompareArgs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CompareArgs.Marshal(b, m, deterministic)
+}
+func (m *CompareArgs) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CompareArgs.Merge(m, src)
+}
+func (m *CompareArgs) XXX_Size() int {
+ return xxx_messageInfo_CompareArgs.Size(m)
+}
+func (m *CompareArgs) XXX_DiscardUnknown() {
+ xxx_messageInfo_CompareArgs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CompareArgs proto.InternalMessageInfo
+
+func (m *CompareArgs) GetTableIds() []string {
+ if m != nil {
+ return m.TableIds
+ }
+ return nil
+}
+
+func (m *CompareArgs) GetFaceFeature() []byte {
+ if m != nil {
+ return m.FaceFeature
+ }
+ return nil
+}
+
+func (m *CompareArgs) GetCompareThreshold() float32 {
+ if m != nil {
+ return m.CompareThreshold
+ }
+ return 0
+}
+
func init() {
proto.RegisterEnum("protomsg.TableChanged", TableChanged_name, TableChanged_value)
proto.RegisterEnum("protomsg.DbAction", DbAction_name, DbAction_value)
@@ -1747,115 +1802,119 @@
proto.RegisterType((*SdkArg)(nil), "protomsg.SdkArg")
proto.RegisterType((*DbChangeMessage)(nil), "protomsg.DbChangeMessage")
proto.RegisterType((*CameraPolygon)(nil), "protomsg.CameraPolygon")
- proto.RegisterType((*VideotapeInfo)(nil), "protomsg.videotapeInfo")
+ proto.RegisterType((*VideotapeInfo)(nil), "protomsg.VideotapeInfo")
+ proto.RegisterType((*CompareArgs)(nil), "protomsg.CompareArgs")
}
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 1649 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xcd, 0x8e, 0xdc, 0xc6,
- 0x11, 0x36, 0xe7, 0x97, 0xac, 0xf9, 0x11, 0xd5, 0x52, 0x6c, 0x46, 0x8e, 0x91, 0x15, 0xa3, 0x20,
- 0x0b, 0x21, 0xd1, 0x61, 0xed, 0x53, 0x6e, 0x13, 0x6d, 0x14, 0x0c, 0xe0, 0x18, 0x0a, 0x77, 0xac,
- 0x1c, 0x89, 0xde, 0xe9, 0x5e, 0xaa, 0xb1, 0x1c, 0x92, 0xe8, 0x6e, 0xae, 0xbd, 0x0f, 0x11, 0xe4,
- 0x9a, 0xc7, 0x09, 0x72, 0xce, 0x3b, 0xe4, 0x96, 0x4b, 0x90, 0x57, 0x08, 0x82, 0xaa, 0x6e, 0x72,
- 0x7e, 0xb4, 0x36, 0x74, 0xab, 0xbf, 0xe9, 0xae, 0xae, 0xfa, 0xf8, 0x55, 0x0d, 0x2c, 0x1b, 0x5d,
- 0xdb, 0x7a, 0x67, 0x8a, 0x57, 0x24, 0xb0, 0xb0, 0xd3, 0x9f, 0xc1, 0x35, 0x37, 0xd2, 0x59, 0xd3,
- 0x37, 0x30, 0x5a, 0x69, 0xc9, 0xd9, 0x12, 0x06, 0x4a, 0x24, 0xc1, 0x59, 0x70, 0x3e, 0xce, 0x06,
- 0x4a, 0xb0, 0x67, 0x10, 0x36, 0x5c, 0xcb, 0xca, 0x2a, 0x91, 0x0c, 0xc8, 0xda, 0xeb, 0x8c, 0xc1,
- 0xa8, 0xe2, 0x3b, 0x99, 0x0c, 0xcf, 0x82, 0xf3, 0x28, 0x23, 0x39, 0xfd, 0xdf, 0x10, 0x26, 0xaf,
- 0xf9, 0x4e, 0xea, 0xc3, 0xa3, 0x22, 0x3a, 0xaa, 0x0b, 0x1f, 0xec, 0xc3, 0xd9, 0x53, 0x18, 0xf3,
- 0x52, 0x71, 0xe3, 0xcf, 0x70, 0x0a, 0x7b, 0x0e, 0x73, 0x53, 0xf1, 0xc6, 0xbc, 0xaf, 0x6d, 0xde,
- 0xea, 0x32, 0x19, 0x91, 0x73, 0xd6, 0xd9, 0xbe, 0xd5, 0x25, 0x1e, 0x66, 0xef, 0x1b, 0x99, 0x8c,
- 0x29, 0x27, 0x92, 0xd1, 0xc6, 0x85, 0xd0, 0xc9, 0xc4, 0x5d, 0x80, 0x32, 0xfb, 0x14, 0x26, 0x5c,
- 0x4b, 0xae, 0x44, 0x32, 0xa5, 0x48, 0xaf, 0xb1, 0x9f, 0x41, 0x54, 0xd6, 0x55, 0xa1, 0x6c, 0x2b,
- 0x64, 0x12, 0x9e, 0x05, 0xe7, 0x83, 0x6c, 0x6f, 0xc0, 0x57, 0x97, 0xdc, 0x3a, 0x67, 0x44, 0xce,
- 0x5e, 0xc7, 0x5b, 0xb4, 0x35, 0x4d, 0x02, 0xee, 0x16, 0x94, 0xe9, 0xa9, 0x4d, 0x32, 0xf3, 0x4f,
- 0x6d, 0x30, 0xa6, 0xa9, 0xb5, 0x4d, 0xe6, 0x2e, 0x3b, 0x94, 0xf1, 0xcc, 0xd6, 0x48, 0x4d, 0x25,
- 0x58, 0x50, 0x64, 0xaf, 0xbb, 0x2a, 0x1b, 0xf3, 0x5d, 0xad, 0x45, 0xb2, 0x74, 0xbe, 0x4e, 0xc7,
- 0x12, 0x5d, 0x6b, 0x5e, 0x89, 0xe4, 0x91, 0x2b, 0x11, 0x29, 0xf8, 0x0b, 0x2d, 0x8d, 0xd4, 0x77,
- 0x52, 0x24, 0xb1, 0xfb, 0x45, 0xa7, 0xb3, 0x2f, 0x00, 0x94, 0xc9, 0x75, 0x5b, 0x55, 0xaa, 0x2a,
- 0x92, 0xc7, 0x67, 0xc1, 0x79, 0x98, 0x45, 0xca, 0x64, 0xce, 0x80, 0x6e, 0xdd, 0x56, 0xb9, 0xac,
- 0xf8, 0x75, 0x29, 0x13, 0xe6, 0xdc, 0xba, 0xad, 0x7e, 0x4f, 0x06, 0xf6, 0x53, 0x08, 0xd1, 0x4d,
- 0xd5, 0x7d, 0x42, 0xf9, 0x4f, 0x75, 0x5b, 0x6d, 0xb0, 0xc0, 0x29, 0x2c, 0xd0, 0x45, 0xd7, 0xe8,
- 0x5c, 0x89, 0xe4, 0xa9, 0x6b, 0x8c, 0x6e, 0xab, 0x2b, 0xb2, 0xad, 0x45, 0xba, 0x85, 0xc7, 0xae,
- 0xff, 0xab, 0x4a, 0x6c, 0xb8, 0xb9, 0x5d, 0x57, 0x37, 0x35, 0x3b, 0x87, 0xc9, 0x96, 0x8c, 0x04,
- 0x87, 0xd9, 0x45, 0xfc, 0xaa, 0x07, 0xa5, 0x0b, 0xce, 0xbc, 0x9f, 0xbd, 0x80, 0xb1, 0xe5, 0xe6,
- 0xd6, 0x24, 0x83, 0xb3, 0xe1, 0xf9, 0xec, 0x62, 0xb9, 0x0f, 0xc4, 0xc3, 0x32, 0xe7, 0x4c, 0xff,
- 0x15, 0xc0, 0x08, 0x75, 0x6c, 0x2f, 0x5a, 0x7a, 0x9c, 0x79, 0x0d, 0xcb, 0x83, 0xd2, 0x01, 0xde,
- 0x7a, 0x9d, 0x7d, 0x0e, 0xd1, 0x56, 0x4b, 0x6e, 0x65, 0xce, 0xad, 0xc7, 0x5d, 0xe8, 0x0c, 0x2b,
- 0x7b, 0xe0, 0xbc, 0xbe, 0xf7, 0xb8, 0xf3, 0xce, 0xdf, 0xdd, 0xa3, 0xb3, 0x6d, 0x84, 0xff, 0xe5,
- 0xd8, 0xf7, 0x90, 0x0c, 0x2b, 0x8b, 0xa9, 0xf8, 0x92, 0x4e, 0xa8, 0xa4, 0x5e, 0xc3, 0x7a, 0x2a,
- 0x93, 0xf3, 0x92, 0xeb, 0x1d, 0x61, 0x30, 0xcc, 0xa6, 0xca, 0xac, 0x50, 0x45, 0x97, 0x90, 0x65,
- 0x7e, 0x53, 0xf2, 0x82, 0x30, 0x18, 0x66, 0x53, 0x21, 0xcb, 0x37, 0x25, 0x2f, 0xd2, 0x0d, 0xcc,
- 0xf0, 0x81, 0x57, 0xc2, 0x15, 0x30, 0x85, 0x11, 0xe6, 0xef, 0xcb, 0x77, 0x5a, 0x15, 0xf2, 0xb1,
- 0xe7, 0x30, 0x32, 0xa2, 0xaf, 0xdc, 0x62, 0x1f, 0x73, 0x25, 0x6e, 0x33, 0x72, 0xa5, 0xbf, 0x85,
- 0x09, 0x2a, 0x6d, 0xc5, 0x7e, 0x02, 0x13, 0xd5, 0x6c, 0xf3, 0xbe, 0x70, 0x63, 0xd5, 0x6c, 0xd7,
- 0x02, 0x33, 0x32, 0xe2, 0xd6, 0x35, 0xdf, 0xd5, 0x6d, 0x6a, 0xc4, 0x2d, 0x36, 0x3f, 0x7d, 0x07,
- 0xe0, 0x33, 0xc2, 0xdf, 0x7f, 0x4c, 0x42, 0x2f, 0x8e, 0x12, 0x8a, 0x8f, 0x13, 0x6a, 0x2b, 0x9f,
- 0xd3, 0xbf, 0x07, 0x00, 0x0e, 0x04, 0xd4, 0xd1, 0x53, 0xd6, 0xc0, 0x86, 0x90, 0x37, 0xf7, 0x0c,
- 0x84, 0x0d, 0x21, 0xc3, 0x5a, 0xb0, 0xcf, 0x60, 0x8a, 0x37, 0xa1, 0x6b, 0xb8, 0xef, 0xff, 0x5a,
- 0xb0, 0xdf, 0x40, 0x64, 0xd5, 0x4e, 0xe6, 0xba, 0x2d, 0x65, 0x32, 0x3a, 0xbd, 0xff, 0x92, 0xdf,
- 0xbf, 0xb6, 0x65, 0x16, 0x62, 0x48, 0xd6, 0x96, 0x92, 0x3e, 0x09, 0xc9, 0xb7, 0xd6, 0xc5, 0xbb,
- 0xce, 0x46, 0x64, 0x21, 0xf7, 0x73, 0x98, 0x3b, 0xb7, 0x90, 0x77, 0x6a, 0x2b, 0x3d, 0xc1, 0xcc,
- 0xc8, 0x76, 0x49, 0xa6, 0xa3, 0x56, 0x4e, 0x8f, 0x5a, 0xc9, 0x7e, 0x0e, 0x33, 0x8f, 0x9a, 0x83,
- 0x46, 0x83, 0x33, 0x51, 0xc0, 0x1e, 0x39, 0xd1, 0x11, 0x72, 0x18, 0x8c, 0x0c, 0xb2, 0x08, 0x38,
- 0x16, 0x41, 0x19, 0x5f, 0xac, 0x4c, 0x7e, 0xd3, 0x96, 0x25, 0xd1, 0x4d, 0x98, 0x4d, 0x94, 0x79,
- 0xd3, 0x96, 0x25, 0x3b, 0x83, 0x79, 0xa9, 0xaa, 0xdb, 0xbc, 0xab, 0xc7, 0x9c, 0x72, 0x04, 0xb4,
- 0xd1, 0x67, 0x28, 0xd2, 0x3f, 0xc1, 0xd2, 0xd7, 0x59, 0xed, 0x24, 0x3e, 0xf4, 0xa3, 0x18, 0xfa,
- 0xf3, 0xc3, 0x4a, 0xfa, 0xaf, 0xa5, 0xab, 0x5b, 0xfa, 0x0d, 0x4c, 0x5c, 0x2d, 0x59, 0x0c, 0x43,
- 0xc1, 0xef, 0xfd, 0xe0, 0x40, 0x91, 0x5d, 0x00, 0xb8, 0x1f, 0xf2, 0xaa, 0x90, 0x1e, 0x03, 0x4f,
- 0x0e, 0x70, 0x82, 0x67, 0xa0, 0x2b, 0xa3, 0xf3, 0x49, 0x4c, 0xbf, 0x84, 0xa8, 0xb7, 0x23, 0xf1,
- 0x19, 0xcb, 0xb5, 0xed, 0x10, 0x4a, 0x0a, 0x5e, 0x24, 0xab, 0x0e, 0x09, 0x28, 0xa6, 0xef, 0x60,
- 0xfa, 0xb6, 0x2e, 0xef, 0x8b, 0xba, 0xfa, 0xa8, 0x07, 0xfd, 0x0a, 0x26, 0x4d, 0xad, 0x2a, 0x8b,
- 0x33, 0x07, 0x73, 0x7a, 0xb4, 0xcf, 0xe9, 0x2d, 0xda, 0x33, 0xef, 0x4e, 0xb7, 0x7d, 0xbd, 0xb8,
- 0xb9, 0x5d, 0xe9, 0xc2, 0x1c, 0x63, 0x31, 0x38, 0xc1, 0xe2, 0x57, 0x10, 0x51, 0xed, 0xb9, 0x2e,
- 0x3a, 0xc8, 0x7f, 0x76, 0xfc, 0x59, 0xfc, 0x41, 0xd7, 0x6d, 0x83, 0x07, 0x39, 0x32, 0x42, 0x29,
- 0xbd, 0x83, 0xc5, 0x91, 0xeb, 0x10, 0xd2, 0xc1, 0x11, 0xa4, 0xbf, 0x82, 0x59, 0x81, 0x51, 0xd4,
- 0x09, 0xf3, 0x61, 0x41, 0xe9, 0x08, 0xec, 0x4a, 0x06, 0x45, 0x27, 0x9a, 0x03, 0x6c, 0x0d, 0x0f,
- 0xb1, 0x95, 0xfe, 0x33, 0x80, 0xa8, 0xff, 0x05, 0xa2, 0xd7, 0x9d, 0xdd, 0xdf, 0x3a, 0x25, 0x7d,
- 0x4d, 0xc3, 0xc4, 0xb9, 0xac, 0xfc, 0xde, 0xfa, 0x42, 0x46, 0x64, 0xd9, 0xc8, 0xef, 0x2d, 0x82,
- 0x9b, 0xa8, 0x2d, 0x2f, 0xe5, 0x9d, 0x2c, 0xe9, 0x92, 0x71, 0x06, 0x64, 0xfa, 0x1a, 0x2d, 0x48,
- 0xe8, 0x2e, 0xe1, 0xd1, 0x29, 0xa1, 0x53, 0xae, 0xce, 0x49, 0xbc, 0x23, 0x6d, 0xde, 0x8f, 0x74,
- 0xe4, 0x1d, 0x69, 0x69, 0xe8, 0xfc, 0x02, 0x16, 0x42, 0xde, 0xc8, 0x6a, 0x2b, 0x73, 0x63, 0xb9,
- 0xed, 0xe8, 0x75, 0xee, 0x8d, 0x57, 0x68, 0x4b, 0xff, 0x33, 0x80, 0x51, 0xf6, 0x10, 0xa4, 0x5f,
- 0xc0, 0xd2, 0xb7, 0xac, 0xab, 0xaa, 0x7b, 0xc2, 0x7c, 0xdb, 0xb7, 0x76, 0x7d, 0x42, 0x32, 0xc3,
- 0x93, 0xc6, 0x7e, 0x01, 0xd0, 0x38, 0x7c, 0xa1, 0xd7, 0xcd, 0x84, 0xc8, 0x5b, 0xd6, 0x02, 0x99,
- 0x14, 0x29, 0x53, 0x09, 0x9f, 0xf8, 0xd8, 0x08, 0x3c, 0x32, 0x85, 0x05, 0x9a, 0xb9, 0x2e, 0x72,
- 0xb7, 0xe1, 0x78, 0xd2, 0x30, 0x02, 0x1b, 0xbf, 0xa2, 0x3d, 0xe7, 0x19, 0x84, 0x75, 0x23, 0x35,
- 0xb7, 0xb5, 0x26, 0xd2, 0x88, 0xb2, 0x5e, 0xc7, 0x67, 0x77, 0xb2, 0x2b, 0x4b, 0xe8, 0xf2, 0xee,
- 0x8c, 0xdd, 0x40, 0xee, 0x2e, 0xb9, 0xe3, 0x65, 0xeb, 0x08, 0xa4, 0xbf, 0xe4, 0x1d, 0x9a, 0x1e,
- 0x64, 0x11, 0x1a, 0xe4, 0xa5, 0xcc, 0xbf, 0x53, 0xf6, 0x7d, 0xde, 0x68, 0xe9, 0x57, 0x97, 0x19,
- 0x1a, 0xff, 0xac, 0xec, 0xfb, 0xb7, 0xfa, 0x18, 0x13, 0xf3, 0x23, 0x4c, 0xa4, 0x7f, 0x1f, 0xc0,
- 0xf0, 0x4a, 0x7c, 0xc8, 0xd5, 0xfb, 0xa1, 0x32, 0xf8, 0xa1, 0xa1, 0x32, 0x3c, 0x1a, 0x2a, 0x9d,
- 0x8b, 0x3e, 0xd2, 0x51, 0xef, 0xfa, 0x06, 0xbf, 0xd3, 0x17, 0x30, 0xa2, 0x4f, 0x69, 0xfc, 0xc0,
- 0xf4, 0x58, 0xe9, 0x22, 0x23, 0x2f, 0xbe, 0x4e, 0x6d, 0xeb, 0xaa, 0xdb, 0xf9, 0x50, 0x46, 0x8a,
- 0xc0, 0xad, 0xd1, 0x55, 0x14, 0x45, 0x44, 0xa9, 0x9f, 0xea, 0xc8, 0x35, 0xbe, 0x94, 0xe0, 0x4c,
- 0x48, 0x38, 0x07, 0x1c, 0x4d, 0x01, 0xae, 0x8c, 0x9e, 0xa3, 0x29, 0xe0, 0x68, 0x2f, 0x80, 0x93,
- 0xbd, 0x60, 0xff, 0x91, 0xcd, 0x4e, 0x47, 0x7f, 0x3f, 0x14, 0xdc, 0x2a, 0xd8, 0xcf, 0xf7, 0xbf,
- 0x05, 0x34, 0x8a, 0x57, 0xba, 0xd8, 0xef, 0xc0, 0xc1, 0xe1, 0x0e, 0xfc, 0x10, 0x75, 0x75, 0x4b,
- 0xaf, 0x5f, 0xb8, 0xbb, 0xa5, 0x77, 0xd7, 0x1a, 0x4b, 0xd5, 0x0b, 0x33, 0x92, 0xd1, 0xd6, 0x56,
- 0xaa, 0x5b, 0x51, 0x48, 0xc6, 0x5b, 0x1c, 0x13, 0xbb, 0x4a, 0x39, 0xa5, 0x07, 0xc7, 0x74, 0x0f,
- 0x8e, 0xf4, 0xaf, 0x01, 0x3c, 0xba, 0xbc, 0x7e, 0xfd, 0x1e, 0x03, 0xfe, 0x28, 0x8d, 0xe1, 0x85,
- 0x64, 0xbf, 0xc6, 0xb5, 0x0c, 0x1f, 0x88, 0x39, 0x2e, 0x2f, 0x3e, 0x3d, 0x24, 0xb6, 0xeb, 0x52,
- 0xba, 0x60, 0x91, 0xb9, 0x20, 0x8f, 0x8b, 0x41, 0x8f, 0x8b, 0x97, 0x30, 0xe1, 0x5b, 0xab, 0xea,
- 0x8a, 0x32, 0x5f, 0x5e, 0xb0, 0x83, 0x51, 0x7c, 0xbd, 0x22, 0x4f, 0xe6, 0x23, 0xa8, 0xa1, 0xd5,
- 0x4d, 0xed, 0xd1, 0x40, 0x72, 0xfa, 0xdf, 0x00, 0x16, 0x8e, 0x8a, 0x7f, 0x88, 0xe8, 0x7f, 0x74,
- 0x4b, 0x78, 0xe0, 0x7f, 0x0a, 0x4b, 0x60, 0xea, 0x3f, 0xe1, 0x0e, 0x77, 0x5e, 0xc5, 0x61, 0x6f,
- 0xb5, 0x2a, 0x0a, 0xa9, 0xf3, 0x52, 0x55, 0x1d, 0x1d, 0xcd, 0xbc, 0xed, 0x6b, 0x55, 0x49, 0xf6,
- 0x4b, 0x58, 0x0a, 0xa5, 0x25, 0x25, 0xec, 0x82, 0x5c, 0x51, 0x17, 0xbd, 0x95, 0xc2, 0xba, 0x76,
- 0x4d, 0x0f, 0xda, 0xf5, 0x01, 0x9b, 0x85, 0x54, 0xf9, 0x63, 0x36, 0xfb, 0x4b, 0x00, 0x8b, 0x3b,
- 0x25, 0x64, 0x6d, 0x79, 0x23, 0x69, 0xff, 0x7b, 0x06, 0xa1, 0x34, 0x97, 0xdc, 0xf2, 0x75, 0x3f,
- 0x78, 0x3a, 0x1d, 0x7d, 0xdd, 0x53, 0x3f, 0x78, 0xba, 0xdf, 0x8f, 0xd7, 0xa7, 0xfb, 0xd1, 0x53,
- 0x18, 0xab, 0x5d, 0xb1, 0x76, 0x74, 0x36, 0xcc, 0x9c, 0x82, 0xd1, 0x44, 0x5e, 0xee, 0xa3, 0x8b,
- 0x32, 0xaf, 0xbd, 0xfc, 0x47, 0x00, 0xf3, 0xc3, 0x3e, 0xb3, 0x39, 0x84, 0x9b, 0xdc, 0x75, 0x24,
- 0xfe, 0x84, 0xc5, 0x30, 0xef, 0x34, 0xe4, 0xd3, 0x38, 0x60, 0x4f, 0x21, 0x3e, 0xb4, 0xe0, 0x60,
- 0x8b, 0x07, 0x0c, 0x60, 0xb2, 0xc9, 0x29, 0x62, 0xc8, 0x16, 0x10, 0x39, 0xf9, 0x4a, 0xdc, 0xc6,
- 0x23, 0xf6, 0x18, 0x16, 0xbd, 0x8a, 0x3c, 0x1e, 0x8f, 0x59, 0x04, 0xe3, 0x4d, 0x8e, 0xde, 0x09,
- 0x7b, 0x02, 0x8f, 0xba, 0xe3, 0x3c, 0x00, 0xe2, 0x29, 0x5b, 0x02, 0x6c, 0xf2, 0x8d, 0xdf, 0x44,
- 0xe2, 0xd0, 0xe5, 0xe4, 0xfe, 0x86, 0xc4, 0x91, 0xcb, 0xe9, 0x6d, 0x5d, 0x96, 0xaf, 0xeb, 0xea,
- 0x46, 0x15, 0x31, 0xbc, 0x7c, 0x05, 0x61, 0x07, 0x36, 0xcc, 0x64, 0x5d, 0x19, 0xa9, 0x6d, 0xfc,
- 0x09, 0xca, 0xdf, 0xd2, 0x77, 0x1e, 0x07, 0x28, 0x5f, 0xca, 0x52, 0x5a, 0x19, 0x0f, 0xae, 0x27,
- 0x84, 0xd1, 0x2f, 0xff, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x09, 0xad, 0x45, 0x30, 0x40, 0x0f, 0x00,
- 0x00,
+ // 1704 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xcd, 0x6e, 0xdc, 0xc8,
+ 0x11, 0x5e, 0xce, 0x2f, 0x59, 0xf3, 0x63, 0xba, 0xed, 0xec, 0x32, 0xde, 0x2c, 0x22, 0x33, 0x0e,
+ 0x22, 0x18, 0x89, 0x0f, 0xda, 0x3d, 0xe5, 0x36, 0x91, 0xe2, 0x60, 0x80, 0xcd, 0xc2, 0xa1, 0x66,
+ 0x9d, 0x23, 0xd1, 0x9a, 0x6e, 0x51, 0x0d, 0x71, 0xc8, 0x41, 0x77, 0x53, 0x5e, 0x3d, 0x44, 0x90,
+ 0x6b, 0x1e, 0x27, 0xc8, 0x39, 0xef, 0x90, 0x5b, 0x2e, 0x41, 0x5e, 0x21, 0x08, 0xaa, 0xba, 0xc9,
+ 0xf9, 0x91, 0xbc, 0xf0, 0xad, 0xfe, 0xa6, 0xbb, 0xba, 0xea, 0xe3, 0x57, 0x35, 0x30, 0xdf, 0xea,
+ 0xda, 0xd6, 0x1b, 0x53, 0xbc, 0x21, 0x81, 0x85, 0xad, 0xfe, 0x02, 0xae, 0xb8, 0x91, 0xce, 0x9a,
+ 0xbe, 0x85, 0xc1, 0x42, 0x4b, 0xce, 0xe6, 0xd0, 0x53, 0x22, 0x09, 0x4e, 0x82, 0xd3, 0x61, 0xd6,
+ 0x53, 0x82, 0xbd, 0x80, 0x70, 0xcb, 0xb5, 0xac, 0xac, 0x12, 0x49, 0x8f, 0xac, 0x9d, 0xce, 0x18,
+ 0x0c, 0x2a, 0xbe, 0x91, 0x49, 0xff, 0x24, 0x38, 0x8d, 0x32, 0x92, 0xd3, 0xff, 0xf5, 0x61, 0x74,
+ 0xce, 0x37, 0x52, 0xef, 0x1f, 0x15, 0xd1, 0x51, 0x6d, 0x78, 0x6f, 0x17, 0xce, 0x9e, 0xc3, 0x90,
+ 0x97, 0x8a, 0x1b, 0x7f, 0x86, 0x53, 0xd8, 0x4b, 0x98, 0x9a, 0x8a, 0x6f, 0xcd, 0x4d, 0x6d, 0xf3,
+ 0x46, 0x97, 0xc9, 0x80, 0x9c, 0x93, 0xd6, 0xf6, 0xbd, 0x2e, 0xf1, 0x30, 0x7b, 0xbf, 0x95, 0xc9,
+ 0x90, 0x72, 0x22, 0x19, 0x6d, 0x5c, 0x08, 0x9d, 0x8c, 0xdc, 0x05, 0x28, 0xb3, 0xcf, 0x61, 0xc4,
+ 0xb5, 0xe4, 0x4a, 0x24, 0x63, 0x8a, 0xf4, 0x1a, 0xfb, 0x19, 0x44, 0x65, 0x5d, 0x15, 0xca, 0x36,
+ 0x42, 0x26, 0xe1, 0x49, 0x70, 0xda, 0xcb, 0x76, 0x06, 0x7c, 0x75, 0xc9, 0xad, 0x73, 0x46, 0xe4,
+ 0xec, 0x74, 0xbc, 0x45, 0x5b, 0xb3, 0x4d, 0xc0, 0xdd, 0x82, 0x32, 0x3d, 0x75, 0x9b, 0x4c, 0xfc,
+ 0x53, 0xb7, 0x18, 0xb3, 0xad, 0xb5, 0x4d, 0xa6, 0x2e, 0x3b, 0x94, 0xf1, 0xcc, 0xc6, 0x48, 0x4d,
+ 0x25, 0x98, 0x51, 0x64, 0xa7, 0xbb, 0x2a, 0x1b, 0xf3, 0xa1, 0xd6, 0x22, 0x99, 0x3b, 0x5f, 0xab,
+ 0x63, 0x89, 0xae, 0x34, 0xaf, 0x44, 0xf2, 0xc4, 0x95, 0x88, 0x14, 0xfc, 0x85, 0x96, 0x46, 0xea,
+ 0x3b, 0x29, 0x92, 0xd8, 0xfd, 0xa2, 0xd5, 0xd9, 0x57, 0x00, 0xca, 0xe4, 0xba, 0xa9, 0x2a, 0x55,
+ 0x15, 0xc9, 0xd3, 0x93, 0xe0, 0x34, 0xcc, 0x22, 0x65, 0x32, 0x67, 0x40, 0xb7, 0x6e, 0xaa, 0x5c,
+ 0x56, 0xfc, 0xaa, 0x94, 0x09, 0x73, 0x6e, 0xdd, 0x54, 0xbf, 0x27, 0x03, 0xfb, 0x29, 0x84, 0xe8,
+ 0xa6, 0xea, 0x3e, 0xa3, 0xfc, 0xc7, 0xba, 0xa9, 0x56, 0x58, 0xe0, 0x14, 0x66, 0xe8, 0xa2, 0x6b,
+ 0x74, 0xae, 0x44, 0xf2, 0xdc, 0x35, 0x46, 0x37, 0xd5, 0x25, 0xd9, 0x96, 0x22, 0x5d, 0xc3, 0x53,
+ 0xd7, 0xff, 0x45, 0x25, 0x56, 0xdc, 0xdc, 0x2e, 0xab, 0xeb, 0x9a, 0x9d, 0xc2, 0x68, 0x4d, 0x46,
+ 0x82, 0xc3, 0xe4, 0x2c, 0x7e, 0xd3, 0x81, 0xd2, 0x05, 0x67, 0xde, 0xcf, 0x5e, 0xc1, 0xd0, 0x72,
+ 0x73, 0x6b, 0x92, 0xde, 0x49, 0xff, 0x74, 0x72, 0x36, 0xdf, 0x05, 0xe2, 0x61, 0x99, 0x73, 0xa6,
+ 0xff, 0x0a, 0x60, 0x80, 0x3a, 0xb6, 0x17, 0x2d, 0x1d, 0xce, 0xbc, 0x86, 0xe5, 0x41, 0x69, 0x0f,
+ 0x6f, 0x9d, 0xce, 0xbe, 0x84, 0x68, 0xad, 0x25, 0xb7, 0x32, 0xe7, 0xd6, 0xe3, 0x2e, 0x74, 0x86,
+ 0x85, 0xdd, 0x73, 0x5e, 0xdd, 0x7b, 0xdc, 0x79, 0xe7, 0xef, 0xee, 0xd1, 0xd9, 0x6c, 0x85, 0xff,
+ 0xe5, 0xd0, 0xf7, 0x90, 0x0c, 0x0b, 0x8b, 0xa9, 0xf8, 0x92, 0x8e, 0xa8, 0xa4, 0x5e, 0xc3, 0x7a,
+ 0x2a, 0x93, 0xf3, 0x92, 0xeb, 0x0d, 0x61, 0x30, 0xcc, 0xc6, 0xca, 0x2c, 0x50, 0x45, 0x97, 0x90,
+ 0x65, 0x7e, 0x5d, 0xf2, 0x82, 0x30, 0x18, 0x66, 0x63, 0x21, 0xcb, 0xb7, 0x25, 0x2f, 0xd2, 0x15,
+ 0x4c, 0xf0, 0x81, 0x97, 0xc2, 0x15, 0x30, 0x85, 0x01, 0xe6, 0xef, 0xcb, 0x77, 0x5c, 0x15, 0xf2,
+ 0xb1, 0x97, 0x30, 0x30, 0xa2, 0xab, 0xdc, 0x6c, 0x17, 0x73, 0x29, 0x6e, 0x33, 0x72, 0xa5, 0xbf,
+ 0x85, 0x11, 0x2a, 0x4d, 0xc5, 0x7e, 0x02, 0x23, 0xb5, 0x5d, 0xe7, 0x5d, 0xe1, 0x86, 0x6a, 0xbb,
+ 0x5e, 0x0a, 0xcc, 0xc8, 0x88, 0x5b, 0xd7, 0x7c, 0x57, 0xb7, 0xb1, 0x11, 0xb7, 0xd8, 0xfc, 0xf4,
+ 0x3d, 0x80, 0xcf, 0x08, 0x7f, 0xff, 0x29, 0x09, 0xbd, 0x3a, 0x48, 0x28, 0x3e, 0x4c, 0xa8, 0xa9,
+ 0x7c, 0x4e, 0xff, 0xee, 0x01, 0x38, 0x10, 0x50, 0x47, 0x8f, 0x59, 0x03, 0x1b, 0x42, 0xde, 0xdc,
+ 0x33, 0x10, 0x36, 0x84, 0x0c, 0x4b, 0xc1, 0xbe, 0x80, 0x31, 0xde, 0x84, 0xae, 0xfe, 0xae, 0xff,
+ 0x4b, 0xc1, 0x7e, 0x03, 0x91, 0x55, 0x1b, 0x99, 0xeb, 0xa6, 0x94, 0xc9, 0xe0, 0xf8, 0xfe, 0x0b,
+ 0x7e, 0x7f, 0x6e, 0xcb, 0x2c, 0xc4, 0x90, 0xac, 0x29, 0x25, 0x7d, 0x12, 0x92, 0xaf, 0xad, 0x8b,
+ 0x77, 0x9d, 0x8d, 0xc8, 0x42, 0xee, 0x97, 0x30, 0x75, 0x6e, 0x21, 0xef, 0xd4, 0x5a, 0x7a, 0x82,
+ 0x99, 0x90, 0xed, 0x82, 0x4c, 0x07, 0xad, 0x1c, 0x1f, 0xb4, 0x92, 0xfd, 0x1c, 0x26, 0x1e, 0x35,
+ 0x7b, 0x8d, 0x06, 0x67, 0xa2, 0x80, 0x1d, 0x72, 0xa2, 0x03, 0xe4, 0x30, 0x18, 0x18, 0x64, 0x11,
+ 0x70, 0x2c, 0x82, 0x32, 0xbe, 0x58, 0x99, 0xfc, 0xba, 0x29, 0x4b, 0xa2, 0x9b, 0x30, 0x1b, 0x29,
+ 0xf3, 0xb6, 0x29, 0x4b, 0x76, 0x02, 0xd3, 0x52, 0x55, 0xb7, 0x79, 0x5b, 0x8f, 0x29, 0xe5, 0x08,
+ 0x68, 0xa3, 0xcf, 0x50, 0xa4, 0x7f, 0x82, 0xb9, 0xaf, 0xb3, 0xda, 0x48, 0x7c, 0xe8, 0x27, 0x31,
+ 0xf4, 0x97, 0xfb, 0x95, 0xf4, 0x5f, 0x4b, 0x5b, 0xb7, 0xf4, 0x3b, 0x18, 0xb9, 0x5a, 0xb2, 0x18,
+ 0xfa, 0x82, 0xdf, 0xfb, 0xc1, 0x81, 0x22, 0x3b, 0x03, 0x70, 0x3f, 0xe4, 0x55, 0x21, 0x3d, 0x06,
+ 0x9e, 0xed, 0xe1, 0x04, 0xcf, 0x40, 0x57, 0x46, 0xe7, 0x93, 0x98, 0x7e, 0x0d, 0x51, 0x67, 0x47,
+ 0xe2, 0x33, 0x96, 0x6b, 0xdb, 0x22, 0x94, 0x14, 0xbc, 0x48, 0x56, 0x2d, 0x12, 0x50, 0x4c, 0xdf,
+ 0xc3, 0xf8, 0x5d, 0x5d, 0xde, 0x17, 0x75, 0xf5, 0x49, 0x0f, 0xfa, 0x15, 0x8c, 0xb6, 0xb5, 0xaa,
+ 0x2c, 0xce, 0x1c, 0xcc, 0xe9, 0xc9, 0x2e, 0xa7, 0x77, 0x68, 0xcf, 0xbc, 0x3b, 0x5d, 0x77, 0xf5,
+ 0xe2, 0xe6, 0x76, 0xa1, 0x0b, 0x73, 0x88, 0xc5, 0xe0, 0x08, 0x8b, 0xdf, 0x40, 0x44, 0xb5, 0xe7,
+ 0xba, 0x68, 0x21, 0xff, 0xc5, 0xe1, 0x67, 0xf1, 0x07, 0x5d, 0x37, 0x5b, 0x3c, 0xc8, 0x91, 0x11,
+ 0x4a, 0xe9, 0x1d, 0xcc, 0x0e, 0x5c, 0xfb, 0x90, 0x0e, 0x0e, 0x20, 0xfd, 0x0d, 0x4c, 0x0a, 0x8c,
+ 0xa2, 0x4e, 0x98, 0x87, 0x05, 0xa5, 0x23, 0xb0, 0x2b, 0x19, 0x14, 0xad, 0x68, 0xf6, 0xb0, 0xd5,
+ 0xdf, 0xc7, 0x56, 0xfa, 0xcf, 0x00, 0xa2, 0xee, 0x17, 0x88, 0x5e, 0x77, 0x76, 0x77, 0xeb, 0x98,
+ 0xf4, 0x25, 0x0d, 0x13, 0xe7, 0xb2, 0xf2, 0x07, 0xeb, 0x0b, 0x19, 0x91, 0x65, 0x25, 0x7f, 0xb0,
+ 0x08, 0x6e, 0xa2, 0xb6, 0xbc, 0x94, 0x77, 0xb2, 0xa4, 0x4b, 0x86, 0x19, 0x90, 0xe9, 0x5b, 0xb4,
+ 0x20, 0xa1, 0xbb, 0x84, 0x07, 0xc7, 0x84, 0x4e, 0xb9, 0x3a, 0x27, 0xf1, 0x8e, 0xb4, 0x79, 0x37,
+ 0xd2, 0x91, 0x77, 0xa4, 0xa5, 0xa1, 0xf3, 0x0b, 0x98, 0x09, 0x79, 0x2d, 0xab, 0xb5, 0xcc, 0x8d,
+ 0xe5, 0xb6, 0xa5, 0xd7, 0xa9, 0x37, 0x5e, 0xa2, 0x2d, 0xfd, 0x4f, 0x0f, 0x06, 0xd9, 0x63, 0x90,
+ 0x7e, 0x05, 0x73, 0xdf, 0xb2, 0xb6, 0xaa, 0xee, 0x09, 0xd3, 0x75, 0xd7, 0xda, 0xe5, 0x11, 0xc9,
+ 0xf4, 0x8f, 0x1a, 0xfb, 0x15, 0xc0, 0xd6, 0xe1, 0x0b, 0xbd, 0x6e, 0x26, 0x44, 0xde, 0xb2, 0x14,
+ 0xc8, 0xa4, 0x48, 0x99, 0x4a, 0xf8, 0xc4, 0x87, 0x46, 0xe0, 0x91, 0x29, 0xcc, 0xd0, 0xcc, 0x75,
+ 0x91, 0xbb, 0x0d, 0xc7, 0x93, 0x86, 0x11, 0xd8, 0xf8, 0x05, 0xed, 0x39, 0x2f, 0x20, 0xac, 0xb7,
+ 0x52, 0x73, 0x5b, 0x6b, 0x22, 0x8d, 0x28, 0xeb, 0x74, 0x7c, 0x76, 0x2b, 0xbb, 0xb2, 0x84, 0x2e,
+ 0xef, 0xd6, 0xd8, 0x0e, 0xe4, 0xf6, 0x92, 0x3b, 0x5e, 0x36, 0x8e, 0x40, 0xba, 0x4b, 0xde, 0xa3,
+ 0xe9, 0x51, 0x16, 0xa1, 0x41, 0x5e, 0xca, 0xfc, 0x83, 0xb2, 0x37, 0xf9, 0x56, 0x4b, 0xbf, 0xba,
+ 0x4c, 0xd0, 0xf8, 0x67, 0x65, 0x6f, 0xde, 0xe9, 0x43, 0x4c, 0x4c, 0x0f, 0x30, 0x91, 0xfe, 0xbd,
+ 0x07, 0xfd, 0x4b, 0xf1, 0x90, 0xab, 0x77, 0x43, 0xa5, 0xf7, 0xb1, 0xa1, 0xd2, 0x3f, 0x18, 0x2a,
+ 0xad, 0x8b, 0x3e, 0xd2, 0x41, 0xe7, 0xfa, 0x0e, 0xbf, 0xd3, 0x57, 0x30, 0xa0, 0x4f, 0x69, 0xf8,
+ 0xc8, 0xf4, 0x58, 0xe8, 0x22, 0x23, 0x2f, 0xbe, 0x4e, 0xad, 0xeb, 0xaa, 0xdd, 0xf9, 0x50, 0x46,
+ 0x8a, 0xc0, 0xad, 0xd1, 0x55, 0x14, 0x45, 0x44, 0xa9, 0x9f, 0xea, 0xc8, 0x35, 0xbe, 0x94, 0xe0,
+ 0x4c, 0x48, 0x38, 0x7b, 0x1c, 0x4d, 0x01, 0xae, 0x8c, 0x9e, 0xa3, 0x29, 0xe0, 0x60, 0x2f, 0x80,
+ 0xa3, 0xbd, 0x60, 0xf7, 0x91, 0x4d, 0x8e, 0x47, 0x7f, 0x37, 0x14, 0xdc, 0x2a, 0xd8, 0xcd, 0xf7,
+ 0xbf, 0x05, 0x34, 0x8a, 0x17, 0xba, 0xd8, 0xed, 0xc0, 0xc1, 0xfe, 0x0e, 0xfc, 0x18, 0x75, 0xb5,
+ 0x4b, 0xaf, 0x5f, 0xb8, 0xdb, 0xa5, 0x77, 0xd3, 0x18, 0x4b, 0xd5, 0x0b, 0x33, 0x92, 0xd1, 0xd6,
+ 0x54, 0xaa, 0x5d, 0x51, 0x48, 0xc6, 0x5b, 0x1c, 0x13, 0xbb, 0x4a, 0x39, 0xa5, 0x03, 0xc7, 0x78,
+ 0x07, 0x8e, 0xf4, 0xaf, 0x01, 0x3c, 0xb9, 0xb8, 0x3a, 0xbf, 0xc1, 0x80, 0x3f, 0x4a, 0x63, 0x78,
+ 0x21, 0xd9, 0xaf, 0x71, 0x2d, 0xc3, 0x07, 0x62, 0x8e, 0xf3, 0xb3, 0xcf, 0xf7, 0x89, 0xed, 0xaa,
+ 0x94, 0x2e, 0x58, 0x64, 0x2e, 0xc8, 0xe3, 0xa2, 0xd7, 0xe1, 0xe2, 0x35, 0x8c, 0xf8, 0xda, 0xaa,
+ 0xba, 0xa2, 0xcc, 0xe7, 0x67, 0x6c, 0x6f, 0x14, 0x5f, 0x2d, 0xc8, 0x93, 0xf9, 0x08, 0x6a, 0x68,
+ 0x75, 0x5d, 0x7b, 0x34, 0x90, 0x9c, 0xfe, 0x37, 0x80, 0x99, 0xa3, 0xe2, 0x8f, 0x11, 0xfd, 0x8f,
+ 0x6e, 0x09, 0x8f, 0xfc, 0x4f, 0x61, 0x09, 0x8c, 0xfd, 0x27, 0xdc, 0xe2, 0xce, 0xab, 0x38, 0xec,
+ 0xad, 0x56, 0x45, 0x21, 0x75, 0x5e, 0xaa, 0xaa, 0xa5, 0xa3, 0x89, 0xb7, 0x7d, 0xab, 0x2a, 0xc9,
+ 0x7e, 0x09, 0x73, 0xa1, 0xb4, 0xa4, 0x84, 0x5d, 0x90, 0x2b, 0xea, 0xac, 0xb3, 0x52, 0x58, 0xdb,
+ 0xae, 0xf1, 0x5e, 0xbb, 0x1e, 0xb0, 0x59, 0x48, 0x95, 0x3f, 0x64, 0xb3, 0xbf, 0x04, 0x30, 0x7b,
+ 0xaf, 0x84, 0xac, 0x2d, 0xdf, 0x4a, 0xda, 0xff, 0x5e, 0x40, 0x28, 0xcd, 0x05, 0xb7, 0x7c, 0xd9,
+ 0x0d, 0x9e, 0x56, 0x47, 0x5f, 0xfb, 0xd4, 0x07, 0x4f, 0xf7, 0xfb, 0xf1, 0xf2, 0x78, 0x3f, 0x7a,
+ 0x0e, 0x43, 0xb5, 0x29, 0x96, 0x8e, 0xce, 0xfa, 0x99, 0x53, 0x30, 0x9a, 0xc8, 0xcb, 0x7d, 0x74,
+ 0x51, 0xe6, 0xb5, 0xf4, 0x03, 0x4c, 0xce, 0xeb, 0x0d, 0xfe, 0xef, 0xa3, 0x11, 0x45, 0xcb, 0xf5,
+ 0x55, 0x29, 0x31, 0x30, 0xa0, 0xc0, 0x4e, 0x67, 0x27, 0x30, 0xb9, 0xe6, 0x6b, 0xf9, 0x56, 0x72,
+ 0xdb, 0x68, 0x87, 0xde, 0x69, 0xb6, 0x6f, 0x62, 0xaf, 0x21, 0x5e, 0xbb, 0xc3, 0x56, 0x37, 0x5a,
+ 0x9a, 0x9b, 0xba, 0x74, 0xc9, 0xf5, 0xb2, 0x07, 0xf6, 0xd7, 0xff, 0x08, 0x60, 0xba, 0x0f, 0x30,
+ 0x36, 0x85, 0x70, 0x95, 0x3b, 0x28, 0xc4, 0x9f, 0xb1, 0x18, 0xa6, 0xad, 0x86, 0x44, 0x1e, 0x07,
+ 0xec, 0x39, 0xc4, 0xfb, 0x16, 0x4c, 0x37, 0xee, 0x31, 0x80, 0xd1, 0x2a, 0xa7, 0x88, 0x3e, 0x9b,
+ 0x41, 0xe4, 0xe4, 0x4b, 0x71, 0x1b, 0x0f, 0xd8, 0x53, 0x98, 0x75, 0x2a, 0x0e, 0x90, 0x78, 0xc8,
+ 0x22, 0x18, 0xae, 0x72, 0xf4, 0x8e, 0xd8, 0x33, 0x78, 0xd2, 0x1e, 0xe7, 0x91, 0x17, 0x8f, 0xd9,
+ 0x1c, 0x60, 0x95, 0xaf, 0xfc, 0x0a, 0x14, 0x87, 0x2e, 0x27, 0xf7, 0xff, 0x27, 0x8e, 0x5c, 0x4e,
+ 0xef, 0xea, 0xb2, 0x3c, 0xaf, 0xab, 0x6b, 0x55, 0xc4, 0xf0, 0xfa, 0x0d, 0x84, 0x2d, 0xca, 0x31,
+ 0x93, 0x65, 0x65, 0xa4, 0xb6, 0xf1, 0x67, 0x28, 0x7f, 0x4f, 0x04, 0x13, 0x07, 0x28, 0x5f, 0xc8,
+ 0x52, 0x5a, 0x19, 0xf7, 0xae, 0x46, 0xf4, 0x71, 0x7c, 0xfd, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff,
+ 0xd3, 0xfd, 0x86, 0xef, 0xb9, 0x0f, 0x00, 0x00,
}
diff --git a/protomsg.proto b/protomsg.proto
index bd3dc9b..f22d2f6 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -221,4 +221,10 @@
string taskId = 3;
int64 imgId = 4;
repeated string sdkIds = 5;
+}
+
+message CompareArgs {
+ repeated string tableIds = 1;
+ bytes faceFeature = 2;
+ float compareThreshold = 3;
}
\ No newline at end of file
--
Gitblit v1.8.0