From dc8ca60fc53199251100883b4370de52a6534463 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 14:01:53 +0800
Subject: [PATCH] soinfo id change to string
---
protomsg.pb.go | 1944 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 1,759 insertions(+), 185 deletions(-)
diff --git a/protomsg.pb.go b/protomsg.pb.go
index 4c2a144..188bc89 100644
--- a/protomsg.pb.go
+++ b/protomsg.pb.go
@@ -104,6 +104,31 @@
return fileDescriptor_32de24555f916688, []int{1}
}
+type EsCacheChanged int32
+
+const (
+ EsCacheChanged_T_DbTable EsCacheChanged = 0
+ EsCacheChanged_T_DbTablePerson EsCacheChanged = 1
+)
+
+var EsCacheChanged_name = map[int32]string{
+ 0: "T_DbTable",
+ 1: "T_DbTablePerson",
+}
+
+var EsCacheChanged_value = map[string]int32{
+ "T_DbTable": 0,
+ "T_DbTablePerson": 1,
+}
+
+func (x EsCacheChanged) String() string {
+ return proto.EnumName(EsCacheChanged_name, int32(x))
+}
+
+func (EsCacheChanged) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{2}
+}
+
//Area缁撴瀯浣�
type Area struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
@@ -1494,22 +1519,220 @@
return 0
}
+type TaskSdkRule struct {
+ TaskId string `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId,omitempty"`
+ Enable bool `protobuf:"varint,2,opt,name=enable,proto3" json:"enable,omitempty"`
+ SdkRules []*SdkRuleSet `protobuf:"bytes,3,rep,name=sdkRules,proto3" json:"sdkRules,omitempty"`
+}
+
+func (m *TaskSdkRule) Reset() { *m = TaskSdkRule{} }
+func (m *TaskSdkRule) String() string { return proto.CompactTextString(m) }
+func (*TaskSdkRule) ProtoMessage() {}
+func (*TaskSdkRule) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{17}
+}
+func (m *TaskSdkRule) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *TaskSdkRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_TaskSdkRule.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *TaskSdkRule) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_TaskSdkRule.Merge(m, src)
+}
+func (m *TaskSdkRule) XXX_Size() int {
+ return m.Size()
+}
+func (m *TaskSdkRule) XXX_DiscardUnknown() {
+ xxx_messageInfo_TaskSdkRule.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_TaskSdkRule proto.InternalMessageInfo
+
+func (m *TaskSdkRule) GetTaskId() string {
+ if m != nil {
+ return m.TaskId
+ }
+ return ""
+}
+
+func (m *TaskSdkRule) GetEnable() bool {
+ if m != nil {
+ return m.Enable
+ }
+ return false
+}
+
+func (m *TaskSdkRule) GetSdkRules() []*SdkRuleSet {
+ if m != nil {
+ return m.SdkRules
+ }
+ return nil
+}
+
+type SdkRuleSet struct {
+ SdkId string `protobuf:"bytes,1,opt,name=sdkId,proto3" json:"sdkId,omitempty"`
+ IpcId string `protobuf:"bytes,2,opt,name=ipcId,proto3" json:"ipcId,omitempty"`
+ Rules []*SdkRule `protobuf:"bytes,3,rep,name=rules,proto3" json:"rules,omitempty"`
+ Sort int32 `protobuf:"varint,4,opt,name=sort,proto3" json:"sort,omitempty"`
+}
+
+func (m *SdkRuleSet) Reset() { *m = SdkRuleSet{} }
+func (m *SdkRuleSet) String() string { return proto.CompactTextString(m) }
+func (*SdkRuleSet) ProtoMessage() {}
+func (*SdkRuleSet) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{18}
+}
+func (m *SdkRuleSet) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *SdkRuleSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_SdkRuleSet.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *SdkRuleSet) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_SdkRuleSet.Merge(m, src)
+}
+func (m *SdkRuleSet) XXX_Size() int {
+ return m.Size()
+}
+func (m *SdkRuleSet) XXX_DiscardUnknown() {
+ xxx_messageInfo_SdkRuleSet.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SdkRuleSet proto.InternalMessageInfo
+
+func (m *SdkRuleSet) GetSdkId() string {
+ if m != nil {
+ return m.SdkId
+ }
+ return ""
+}
+
+func (m *SdkRuleSet) GetIpcId() string {
+ if m != nil {
+ return m.IpcId
+ }
+ return ""
+}
+
+func (m *SdkRuleSet) GetRules() []*SdkRule {
+ if m != nil {
+ return m.Rules
+ }
+ return nil
+}
+
+func (m *SdkRuleSet) GetSort() int32 {
+ if m != nil {
+ return m.Sort
+ }
+ return 0
+}
+
+type SdkRule struct {
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ SdkArgAlias string `protobuf:"bytes,2,opt,name=sdk_arg_alias,json=sdkArgAlias,proto3" json:"sdk_arg_alias,omitempty"`
+ Operator string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
+ SdkArgValue string `protobuf:"bytes,4,opt,name=sdk_arg_value,json=sdkArgValue,proto3" json:"sdk_arg_value,omitempty"`
+}
+
+func (m *SdkRule) Reset() { *m = SdkRule{} }
+func (m *SdkRule) String() string { return proto.CompactTextString(m) }
+func (*SdkRule) ProtoMessage() {}
+func (*SdkRule) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{19}
+}
+func (m *SdkRule) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *SdkRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_SdkRule.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *SdkRule) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_SdkRule.Merge(m, src)
+}
+func (m *SdkRule) XXX_Size() int {
+ return m.Size()
+}
+func (m *SdkRule) XXX_DiscardUnknown() {
+ xxx_messageInfo_SdkRule.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SdkRule proto.InternalMessageInfo
+
+func (m *SdkRule) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *SdkRule) GetSdkArgAlias() string {
+ if m != nil {
+ return m.SdkArgAlias
+ }
+ return ""
+}
+
+func (m *SdkRule) GetOperator() string {
+ if m != nil {
+ return m.Operator
+ }
+ return ""
+}
+
+func (m *SdkRule) GetSdkArgValue() string {
+ if m != nil {
+ return m.SdkArgValue
+ }
+ return ""
+}
+
//SdkArg struct
type SdkArg struct {
- Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
- Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
- Must bool `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"`
- Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
- Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"`
- Sort int32 `protobuf:"varint,7,opt,name=sort,proto3" json:"sort,omitempty"`
+ Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"`
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+ Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
+ Must bool `protobuf:"varint,4,opt,name=must,proto3" json:"must,omitempty"`
+ Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
+ Range string `protobuf:"bytes,6,opt,name=range,proto3" json:"range,omitempty"`
+ DefaultValue string `protobuf:"bytes,7,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
+ DefaultOperator string `protobuf:"bytes,8,opt,name=default_operator,json=defaultOperator,proto3" json:"default_operator,omitempty"`
+ Sort int32 `protobuf:"varint,9,opt,name=sort,proto3" json:"sort,omitempty"`
}
func (m *SdkArg) Reset() { *m = SdkArg{} }
func (m *SdkArg) String() string { return proto.CompactTextString(m) }
func (*SdkArg) ProtoMessage() {}
func (*SdkArg) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{17}
+ return fileDescriptor_32de24555f916688, []int{20}
}
func (m *SdkArg) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1580,6 +1803,20 @@
return ""
}
+func (m *SdkArg) GetDefaultValue() string {
+ if m != nil {
+ return m.DefaultValue
+ }
+ return ""
+}
+
+func (m *SdkArg) GetDefaultOperator() string {
+ if m != nil {
+ return m.DefaultOperator
+ }
+ return ""
+}
+
func (m *SdkArg) GetSort() int32 {
if m != nil {
return m.Sort
@@ -1599,7 +1836,7 @@
func (m *DbChangeMessage) String() string { return proto.CompactTextString(m) }
func (*DbChangeMessage) ProtoMessage() {}
func (*DbChangeMessage) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{18}
+ return fileDescriptor_32de24555f916688, []int{21}
}
func (m *DbChangeMessage) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1671,7 +1908,7 @@
func (m *CameraPolygon) String() string { return proto.CompactTextString(m) }
func (*CameraPolygon) ProtoMessage() {}
func (*CameraPolygon) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{19}
+ return fileDescriptor_32de24555f916688, []int{22}
}
func (m *CameraPolygon) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1762,13 +1999,14 @@
TaskId string `protobuf:"bytes,3,opt,name=taskId,proto3" json:"taskId,omitempty"`
ImgId int64 `protobuf:"varint,4,opt,name=imgId,proto3" json:"imgId,omitempty"`
SdkIds []string `protobuf:"bytes,5,rep,name=sdkIds,proto3" json:"sdkIds,omitempty"`
+ Type int32 `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"`
}
func (m *VideotapeInfo) Reset() { *m = VideotapeInfo{} }
func (m *VideotapeInfo) String() string { return proto.CompactTextString(m) }
func (*VideotapeInfo) ProtoMessage() {}
func (*VideotapeInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{20}
+ return fileDescriptor_32de24555f916688, []int{23}
}
func (m *VideotapeInfo) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1832,6 +2070,13 @@
return nil
}
+func (m *VideotapeInfo) GetType() int32 {
+ if m != nil {
+ return m.Type
+ }
+ return 0
+}
+
type CompareArgs struct {
TableIds []string `protobuf:"bytes,1,rep,name=tableIds,proto3" json:"tableIds,omitempty"`
CompareThreshold float32 `protobuf:"fixed32,2,opt,name=compareThreshold,proto3" json:"compareThreshold,omitempty"`
@@ -1851,7 +2096,7 @@
func (m *CompareArgs) String() string { return proto.CompactTextString(m) }
func (*CompareArgs) ProtoMessage() {}
func (*CompareArgs) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{21}
+ return fileDescriptor_32de24555f916688, []int{24}
}
func (m *CompareArgs) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -1964,6 +2209,110 @@
return ""
}
+type SdkCompareEach struct {
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ Tableid string `protobuf:"bytes,2,opt,name=tableid,proto3" json:"tableid,omitempty"`
+ CompareScore float32 `protobuf:"fixed32,3,opt,name=compareScore,proto3" json:"compareScore,omitempty"`
+}
+
+func (m *SdkCompareEach) Reset() { *m = SdkCompareEach{} }
+func (m *SdkCompareEach) String() string { return proto.CompactTextString(m) }
+func (*SdkCompareEach) ProtoMessage() {}
+func (*SdkCompareEach) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{25}
+}
+func (m *SdkCompareEach) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *SdkCompareEach) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_SdkCompareEach.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *SdkCompareEach) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_SdkCompareEach.Merge(m, src)
+}
+func (m *SdkCompareEach) XXX_Size() int {
+ return m.Size()
+}
+func (m *SdkCompareEach) XXX_DiscardUnknown() {
+ xxx_messageInfo_SdkCompareEach.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SdkCompareEach proto.InternalMessageInfo
+
+func (m *SdkCompareEach) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *SdkCompareEach) GetTableid() string {
+ if m != nil {
+ return m.Tableid
+ }
+ return ""
+}
+
+func (m *SdkCompareEach) GetCompareScore() float32 {
+ if m != nil {
+ return m.CompareScore
+ }
+ return 0
+}
+
+type SdkCompareResult struct {
+ CompareResult []*SdkCompareEach `protobuf:"bytes,1,rep,name=compareResult,proto3" json:"compareResult,omitempty"`
+}
+
+func (m *SdkCompareResult) Reset() { *m = SdkCompareResult{} }
+func (m *SdkCompareResult) String() string { return proto.CompactTextString(m) }
+func (*SdkCompareResult) ProtoMessage() {}
+func (*SdkCompareResult) Descriptor() ([]byte, []int) {
+ return fileDescriptor_32de24555f916688, []int{26}
+}
+func (m *SdkCompareResult) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *SdkCompareResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_SdkCompareResult.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *SdkCompareResult) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_SdkCompareResult.Merge(m, src)
+}
+func (m *SdkCompareResult) XXX_Size() int {
+ return m.Size()
+}
+func (m *SdkCompareResult) XXX_DiscardUnknown() {
+ xxx_messageInfo_SdkCompareResult.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SdkCompareResult proto.InternalMessageInfo
+
+func (m *SdkCompareResult) GetCompareResult() []*SdkCompareEach {
+ if m != nil {
+ return m.CompareResult
+ }
+ return nil
+}
+
type EventPush struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
@@ -1983,7 +2332,7 @@
func (m *EventPush) String() string { return proto.CompactTextString(m) }
func (*EventPush) ProtoMessage() {}
func (*EventPush) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{22}
+ return fileDescriptor_32de24555f916688, []int{27}
}
func (m *EventPush) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -2110,7 +2459,7 @@
func (m *EventPushRule) String() string { return proto.CompactTextString(m) }
func (*EventPushRule) ProtoMessage() {}
func (*EventPushRule) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{23}
+ return fileDescriptor_32de24555f916688, []int{28}
}
func (m *EventPushRule) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -2198,7 +2547,7 @@
func (m *PushIpPort) String() string { return proto.CompactTextString(m) }
func (*PushIpPort) ProtoMessage() {}
func (*PushIpPort) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{24}
+ return fileDescriptor_32de24555f916688, []int{29}
}
func (m *PushIpPort) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -2257,7 +2606,7 @@
func (m *PushUrl) String() string { return proto.CompactTextString(m) }
func (*PushUrl) ProtoMessage() {}
func (*PushUrl) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{25}
+ return fileDescriptor_32de24555f916688, []int{30}
}
func (m *PushUrl) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -2301,17 +2650,19 @@
}
type EsPersonCacheChange struct {
- TableId string `protobuf:"bytes,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
- PersonId string `protobuf:"bytes,2,opt,name=person_id,json=personId,proto3" json:"person_id,omitempty"`
- Feature []byte `protobuf:"bytes,3,opt,name=feature,proto3" json:"feature,omitempty"`
- Action DbAction `protobuf:"varint,4,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
+ Type EsCacheChanged `protobuf:"varint,1,opt,name=type,proto3,enum=protomsg.EsCacheChanged" json:"type,omitempty"`
+ TableId []string `protobuf:"bytes,2,rep,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
+ PersonId string `protobuf:"bytes,3,opt,name=person_id,json=personId,proto3" json:"person_id,omitempty"`
+ Feature string `protobuf:"bytes,4,opt,name=feature,proto3" json:"feature,omitempty"`
+ Action DbAction `protobuf:"varint,5,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
+ Enable int32 `protobuf:"varint,6,opt,name=enable,proto3" json:"enable,omitempty"`
}
func (m *EsPersonCacheChange) Reset() { *m = EsPersonCacheChange{} }
func (m *EsPersonCacheChange) String() string { return proto.CompactTextString(m) }
func (*EsPersonCacheChange) ProtoMessage() {}
func (*EsPersonCacheChange) Descriptor() ([]byte, []int) {
- return fileDescriptor_32de24555f916688, []int{26}
+ return fileDescriptor_32de24555f916688, []int{31}
}
func (m *EsPersonCacheChange) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -2340,11 +2691,18 @@
var xxx_messageInfo_EsPersonCacheChange proto.InternalMessageInfo
-func (m *EsPersonCacheChange) GetTableId() string {
+func (m *EsPersonCacheChange) GetType() EsCacheChanged {
+ if m != nil {
+ return m.Type
+ }
+ return EsCacheChanged_T_DbTable
+}
+
+func (m *EsPersonCacheChange) GetTableId() []string {
if m != nil {
return m.TableId
}
- return ""
+ return nil
}
func (m *EsPersonCacheChange) GetPersonId() string {
@@ -2354,11 +2712,11 @@
return ""
}
-func (m *EsPersonCacheChange) GetFeature() []byte {
+func (m *EsPersonCacheChange) GetFeature() string {
if m != nil {
return m.Feature
}
- return nil
+ return ""
}
func (m *EsPersonCacheChange) GetAction() DbAction {
@@ -2368,9 +2726,17 @@
return DbAction_Insert
}
+func (m *EsPersonCacheChange) GetEnable() int32 {
+ if m != nil {
+ return m.Enable
+ }
+ return 0
+}
+
func init() {
proto.RegisterEnum("protomsg.TableChanged", TableChanged_name, TableChanged_value)
proto.RegisterEnum("protomsg.DbAction", DbAction_name, DbAction_value)
+ proto.RegisterEnum("protomsg.EsCacheChanged", EsCacheChanged_name, EsCacheChanged_value)
proto.RegisterType((*Area)(nil), "protomsg.Area")
proto.RegisterType((*Camera)(nil), "protomsg.Camera")
proto.RegisterType((*CameraAndTaskInfo)(nil), "protomsg.CameraAndTaskInfo")
@@ -2388,11 +2754,16 @@
proto.RegisterType((*GroupRule)(nil), "protomsg.GroupRule")
proto.RegisterType((*Rule)(nil), "protomsg.Rule")
proto.RegisterType((*Sdk)(nil), "protomsg.Sdk")
+ proto.RegisterType((*TaskSdkRule)(nil), "protomsg.TaskSdkRule")
+ proto.RegisterType((*SdkRuleSet)(nil), "protomsg.SdkRuleSet")
+ proto.RegisterType((*SdkRule)(nil), "protomsg.SdkRule")
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((*CompareArgs)(nil), "protomsg.CompareArgs")
+ proto.RegisterType((*SdkCompareEach)(nil), "protomsg.SdkCompareEach")
+ proto.RegisterType((*SdkCompareResult)(nil), "protomsg.SdkCompareResult")
proto.RegisterType((*EventPush)(nil), "protomsg.EventPush")
proto.RegisterType((*EventPushRule)(nil), "protomsg.EventPushRule")
proto.RegisterType((*PushIpPort)(nil), "protomsg.PushIpPort")
@@ -2403,143 +2774,158 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
- // 2172 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0x4d, 0x6f, 0xdc, 0xc8,
- 0xd1, 0x36, 0xe7, 0x93, 0xac, 0x99, 0x91, 0xc7, 0x6d, 0xbf, 0xbb, 0x5c, 0xfb, 0xb5, 0x56, 0x66,
- 0xbc, 0x88, 0x60, 0x64, 0x1d, 0xc0, 0xde, 0x53, 0x6e, 0x5a, 0xd9, 0x0e, 0x06, 0xd8, 0x18, 0x0a,
- 0x35, 0x76, 0x8e, 0x44, 0xcf, 0xb0, 0x35, 0x43, 0xa8, 0x45, 0x12, 0xdd, 0x4d, 0xed, 0xea, 0x27,
- 0xe4, 0x10, 0x24, 0x40, 0x2e, 0xf9, 0x39, 0x41, 0x4e, 0x39, 0xe4, 0xb0, 0xc7, 0xdc, 0x12, 0xd8,
- 0x40, 0x2e, 0x41, 0x7e, 0x42, 0x82, 0xa0, 0xaa, 0x9b, 0x1c, 0xce, 0x48, 0xce, 0xfa, 0xa4, 0xae,
- 0x8f, 0x61, 0x57, 0x57, 0x55, 0x3f, 0xf5, 0xb4, 0x60, 0xaf, 0x54, 0x85, 0x29, 0x2e, 0xf4, 0xea,
- 0x29, 0x2d, 0x98, 0x5f, 0xcb, 0xf7, 0x61, 0xc1, 0xb5, 0xb0, 0xda, 0xe8, 0x15, 0xf4, 0x8e, 0x94,
- 0xe0, 0x6c, 0x0f, 0x3a, 0x59, 0x1a, 0x7a, 0x07, 0xde, 0x61, 0x3f, 0xee, 0x64, 0x29, 0xbb, 0x0f,
- 0x7e, 0xc9, 0x95, 0xc8, 0x4d, 0x96, 0x86, 0x1d, 0xd2, 0x36, 0x32, 0x63, 0xd0, 0xcb, 0xf9, 0x85,
- 0x08, 0xbb, 0x07, 0xde, 0x61, 0x10, 0xd3, 0x3a, 0xfa, 0x4f, 0x17, 0x06, 0xc7, 0xfc, 0x42, 0xa8,
- 0xf6, 0xa7, 0x02, 0xfa, 0x54, 0xed, 0xde, 0xd9, 0xb8, 0xb3, 0x7b, 0xd0, 0xe7, 0x32, 0xe3, 0xda,
- 0x7d, 0xc3, 0x0a, 0xec, 0x11, 0x8c, 0x75, 0xce, 0x4b, 0xbd, 0x2e, 0x4c, 0x52, 0x29, 0x19, 0xf6,
- 0xc8, 0x38, 0xaa, 0x75, 0x6f, 0x94, 0xc4, 0x8f, 0x99, 0xab, 0x52, 0x84, 0x7d, 0x8a, 0x89, 0xd6,
- 0xa8, 0xe3, 0x69, 0xaa, 0xc2, 0x81, 0xdd, 0x00, 0xd7, 0xec, 0x13, 0x18, 0x70, 0x25, 0x78, 0x96,
- 0x86, 0x43, 0xf2, 0x74, 0x12, 0xfb, 0x7f, 0x08, 0x64, 0x91, 0xaf, 0x32, 0x53, 0xa5, 0x22, 0xf4,
- 0x0f, 0xbc, 0xc3, 0x4e, 0xbc, 0x51, 0xe0, 0xa9, 0x25, 0x37, 0xd6, 0x18, 0x90, 0xb1, 0x91, 0x71,
- 0x17, 0x65, 0x74, 0x19, 0x82, 0xdd, 0x05, 0xd7, 0x74, 0xd4, 0x32, 0x1c, 0xb9, 0xa3, 0x96, 0xe8,
- 0x53, 0x16, 0xca, 0x84, 0x63, 0x1b, 0x1d, 0xae, 0xf1, 0x9b, 0x95, 0x16, 0x8a, 0x52, 0x30, 0x21,
- 0xcf, 0x46, 0xb6, 0x59, 0xd6, 0xfa, 0xdb, 0x42, 0xa5, 0xe1, 0x9e, 0xb5, 0xd5, 0x32, 0xa6, 0x68,
- 0xa1, 0x78, 0x9e, 0x86, 0xb7, 0x6d, 0x8a, 0x48, 0xc0, 0x5f, 0x28, 0xa1, 0x85, 0xba, 0x14, 0x69,
- 0x38, 0xb5, 0xbf, 0xa8, 0x65, 0xf6, 0x10, 0x20, 0xd3, 0x89, 0xaa, 0xf2, 0x3c, 0xcb, 0x57, 0xe1,
- 0x9d, 0x03, 0xef, 0xd0, 0x8f, 0x83, 0x4c, 0xc7, 0x56, 0x81, 0x66, 0x55, 0xe5, 0x89, 0xc8, 0xf9,
- 0x42, 0x8a, 0x90, 0x59, 0xb3, 0xaa, 0xf2, 0x97, 0xa4, 0x60, 0x9f, 0x81, 0x8f, 0x66, 0xca, 0xee,
- 0x5d, 0x8a, 0x7f, 0xa8, 0xaa, 0x7c, 0x8e, 0x09, 0x8e, 0x60, 0x82, 0x26, 0xda, 0x46, 0x25, 0x59,
- 0x1a, 0xde, 0xb3, 0x85, 0x51, 0x55, 0x7e, 0x4a, 0xba, 0x59, 0x1a, 0x2d, 0xe1, 0x8e, 0xad, 0xff,
- 0x51, 0x9e, 0xce, 0xb9, 0x3e, 0x9f, 0xe5, 0x67, 0x05, 0x3b, 0x84, 0xc1, 0x92, 0x94, 0xd4, 0x0e,
- 0xa3, 0x67, 0xd3, 0xa7, 0x4d, 0x53, 0x5a, 0xe7, 0xd8, 0xd9, 0xd9, 0x63, 0xe8, 0x1b, 0xae, 0xcf,
- 0x75, 0xd8, 0x39, 0xe8, 0x1e, 0x8e, 0x9e, 0xed, 0x6d, 0x1c, 0xf1, 0x63, 0xb1, 0x35, 0x46, 0x7f,
- 0xf3, 0xa0, 0x87, 0x32, 0x96, 0x17, 0x35, 0x4d, 0x9f, 0x39, 0x09, 0xd3, 0x83, 0xab, 0x56, 0xbf,
- 0x35, 0x32, 0x7b, 0x00, 0xc1, 0x52, 0x09, 0x6e, 0x44, 0xc2, 0x8d, 0xeb, 0x3b, 0xdf, 0x2a, 0x8e,
- 0x4c, 0xcb, 0xb8, 0xb8, 0x72, 0x7d, 0xe7, 0x8c, 0x5f, 0x5f, 0xa1, 0xb1, 0x2a, 0x53, 0xf7, 0xcb,
- 0xbe, 0xab, 0x21, 0x29, 0x8e, 0x0c, 0x86, 0xe2, 0x52, 0x3a, 0xa0, 0x94, 0x3a, 0x09, 0xf3, 0x99,
- 0xe9, 0x84, 0x4b, 0xae, 0x2e, 0xa8, 0x07, 0xfd, 0x78, 0x98, 0xe9, 0x23, 0x14, 0xd1, 0x94, 0x0a,
- 0x99, 0x9c, 0x49, 0xbe, 0xa2, 0x1e, 0xf4, 0xe3, 0x61, 0x2a, 0xe4, 0x2b, 0xc9, 0x57, 0xd1, 0x1c,
- 0x46, 0x78, 0xc0, 0xd3, 0xd4, 0x26, 0x30, 0x82, 0x1e, 0xc6, 0xef, 0xd2, 0xb7, 0x9b, 0x15, 0xb2,
- 0xb1, 0x47, 0xd0, 0xd3, 0x69, 0x93, 0xb9, 0xc9, 0xc6, 0xe7, 0x34, 0x3d, 0x8f, 0xc9, 0x14, 0xfd,
- 0x0c, 0x06, 0x28, 0x54, 0x39, 0xfb, 0x3f, 0x18, 0x64, 0xe5, 0x32, 0x69, 0x12, 0xd7, 0xcf, 0xca,
- 0xe5, 0x2c, 0xc5, 0x88, 0x74, 0x7a, 0x6e, 0x8b, 0x6f, 0xf3, 0x36, 0xd4, 0xe9, 0x39, 0x16, 0x3f,
- 0x7a, 0x0b, 0xe0, 0x22, 0xc2, 0xdf, 0x7f, 0x4c, 0x40, 0x8f, 0xb7, 0x02, 0x9a, 0x6e, 0x07, 0x54,
- 0xe5, 0x2e, 0xa6, 0x7f, 0x74, 0x00, 0x6c, 0x13, 0x50, 0x45, 0x77, 0x51, 0x03, 0x0b, 0x42, 0xd6,
- 0xc4, 0x21, 0x10, 0x16, 0x84, 0x14, 0xb3, 0x94, 0x7d, 0x0a, 0x43, 0xdc, 0x09, 0x4d, 0xdd, 0x4d,
- 0xfd, 0x67, 0x29, 0xfb, 0x12, 0x02, 0x93, 0x5d, 0x88, 0x44, 0x55, 0x52, 0x84, 0xbd, 0xdd, 0xfd,
- 0x5f, 0xf0, 0xab, 0x63, 0x23, 0x63, 0x1f, 0x5d, 0xe2, 0x4a, 0x0a, 0xba, 0x12, 0x82, 0x2f, 0x8d,
- 0xf5, 0xb7, 0x95, 0x0d, 0x48, 0x43, 0xe6, 0x47, 0x30, 0xb6, 0xe6, 0x54, 0x5c, 0x66, 0x4b, 0xe1,
- 0x00, 0x66, 0x44, 0xba, 0x17, 0xa4, 0xda, 0x2a, 0xe5, 0x70, 0xab, 0x94, 0xec, 0x73, 0x18, 0xb9,
- 0xae, 0x69, 0x15, 0x1a, 0xac, 0x8a, 0x1c, 0x36, 0x9d, 0x13, 0x6c, 0x75, 0x0e, 0x83, 0x9e, 0x46,
- 0x14, 0x01, 0x8b, 0x22, 0xb8, 0xc6, 0x13, 0x67, 0x3a, 0x39, 0xab, 0xa4, 0x24, 0xb8, 0xf1, 0xe3,
- 0x41, 0xa6, 0x5f, 0x55, 0x52, 0xb2, 0x03, 0x18, 0xcb, 0x2c, 0x3f, 0x4f, 0xea, 0x7c, 0x8c, 0x29,
- 0x46, 0x40, 0x1d, 0x5d, 0xc3, 0x34, 0xfa, 0x25, 0xec, 0xb9, 0x3c, 0x67, 0x17, 0x02, 0x0f, 0xfa,
- 0x51, 0x08, 0xfd, 0xa0, 0x9d, 0x49, 0x77, 0x5b, 0xea, 0xbc, 0x45, 0xaf, 0x61, 0x60, 0x73, 0xc9,
- 0xa6, 0xd0, 0x4d, 0xf9, 0x95, 0x1b, 0x1c, 0xb8, 0x64, 0xcf, 0x00, 0xec, 0x0f, 0x79, 0xbe, 0x12,
- 0xae, 0x07, 0xee, 0xb6, 0xfa, 0x04, 0xbf, 0x81, 0xa6, 0x98, 0xbe, 0x4f, 0xcb, 0xe8, 0x39, 0x04,
- 0x8d, 0x1e, 0x81, 0x4f, 0x1b, 0xae, 0x4c, 0xdd, 0xa1, 0x24, 0xe0, 0x46, 0x22, 0xaf, 0x3b, 0x01,
- 0x97, 0xd1, 0x5b, 0x18, 0x9e, 0x14, 0xf2, 0x6a, 0x55, 0xe4, 0x1f, 0x75, 0xa0, 0x1f, 0xc3, 0xa0,
- 0x2c, 0xb2, 0xdc, 0xe0, 0xcc, 0xc1, 0x98, 0x6e, 0x6f, 0x62, 0x3a, 0x41, 0x7d, 0xec, 0xcc, 0xd1,
- 0xb2, 0xc9, 0x17, 0xd7, 0xe7, 0x47, 0x6a, 0xa5, 0xb7, 0x7b, 0xd1, 0xdb, 0xe9, 0xc5, 0xaf, 0x20,
- 0xa0, 0xdc, 0x73, 0xb5, 0xaa, 0x5b, 0xfe, 0xd3, 0xed, 0x6b, 0xf1, 0x73, 0x55, 0x54, 0x25, 0x7e,
- 0xc8, 0x82, 0x11, 0xae, 0xa2, 0x4b, 0x98, 0x6c, 0x99, 0xda, 0x2d, 0xed, 0x6d, 0xb5, 0xf4, 0x57,
- 0x30, 0x5a, 0xa1, 0x17, 0x55, 0x42, 0x5f, 0x4f, 0x28, 0x7d, 0x02, 0xab, 0x12, 0xc3, 0xaa, 0x5e,
- 0xea, 0x56, 0x6f, 0x75, 0xdb, 0xbd, 0x15, 0xfd, 0xc5, 0x83, 0xa0, 0xf9, 0x05, 0x76, 0xaf, 0xfd,
- 0x76, 0xb3, 0xeb, 0x90, 0xe4, 0x19, 0x0d, 0x13, 0x6b, 0x32, 0xe2, 0x3b, 0xe3, 0x12, 0x19, 0x90,
- 0x66, 0x2e, 0xbe, 0x33, 0xd8, 0xdc, 0x04, 0x6d, 0x89, 0x14, 0x97, 0x42, 0xd2, 0x26, 0xfd, 0x18,
- 0x48, 0xf5, 0x0d, 0x6a, 0x10, 0xd0, 0x6d, 0xc0, 0xbd, 0x5d, 0x40, 0xa7, 0x58, 0xad, 0x91, 0x70,
- 0x47, 0x98, 0xa4, 0x19, 0xe9, 0x88, 0x3b, 0xc2, 0xd0, 0xd0, 0xf9, 0x11, 0x4c, 0x52, 0x71, 0x26,
- 0xf2, 0xa5, 0x48, 0xb4, 0xe1, 0xa6, 0x86, 0xd7, 0xb1, 0x53, 0x9e, 0xa2, 0x2e, 0xfa, 0x67, 0x07,
- 0x7a, 0xf1, 0x4d, 0x2d, 0xfd, 0x18, 0xf6, 0x5c, 0xc9, 0xea, 0xac, 0xda, 0x23, 0x8c, 0x97, 0x4d,
- 0x69, 0x67, 0x3b, 0x20, 0xd3, 0xdd, 0x29, 0xec, 0x43, 0x80, 0xd2, 0xf6, 0x17, 0x5a, 0xed, 0x4c,
- 0x08, 0x9c, 0x66, 0x96, 0x22, 0x92, 0x22, 0x64, 0x66, 0xa9, 0x0b, 0xbc, 0xaf, 0x53, 0xfc, 0x64,
- 0x04, 0x13, 0x54, 0x73, 0xb5, 0x4a, 0x2c, 0xc3, 0x71, 0xa0, 0xa1, 0x53, 0x2c, 0xfc, 0x11, 0xf1,
- 0x9c, 0xfb, 0xe0, 0x17, 0xa5, 0x50, 0xdc, 0x14, 0x8a, 0x40, 0x23, 0x88, 0x1b, 0x19, 0x8f, 0x5d,
- 0xaf, 0x6d, 0x5a, 0x7c, 0x1b, 0x77, 0xad, 0xac, 0x07, 0x72, 0xbd, 0xc9, 0x25, 0x97, 0x95, 0x05,
- 0x90, 0x66, 0x93, 0xb7, 0xa8, 0xba, 0x11, 0x45, 0x68, 0x90, 0x4b, 0x91, 0x7c, 0x9b, 0x99, 0x75,
- 0x52, 0x2a, 0xe1, 0xa8, 0xcb, 0x08, 0x95, 0xbf, 0xca, 0xcc, 0xfa, 0x44, 0x6d, 0xf7, 0xc4, 0x78,
- 0xab, 0x27, 0xa2, 0x3f, 0x76, 0xa0, 0x7b, 0x9a, 0x5e, 0xc7, 0xea, 0xcd, 0x50, 0xe9, 0x7c, 0x68,
- 0xa8, 0x74, 0xb7, 0x86, 0x4a, 0x6d, 0xa2, 0x4b, 0xda, 0x6b, 0x4c, 0xaf, 0xf1, 0x9e, 0x3e, 0x86,
- 0x1e, 0x5d, 0xa5, 0xfe, 0x0d, 0xd3, 0xe3, 0x48, 0xad, 0x62, 0xb2, 0xe2, 0xe9, 0xb2, 0x65, 0x91,
- 0xd7, 0x9c, 0x0f, 0xd7, 0x08, 0x11, 0xc8, 0x1a, 0x6d, 0x46, 0x71, 0x89, 0x5d, 0xea, 0xa6, 0x3a,
- 0x62, 0x8d, 0x4b, 0x25, 0x58, 0x15, 0x02, 0x4e, 0x0b, 0xa3, 0xc9, 0xc1, 0xa6, 0xd1, 0x61, 0x34,
- 0x39, 0x6c, 0xf1, 0x02, 0xd8, 0xe1, 0x05, 0x9b, 0x4b, 0x36, 0xda, 0x1d, 0xfd, 0xcd, 0x50, 0xb0,
- 0x54, 0xb0, 0x99, 0xef, 0x7f, 0xf0, 0x68, 0x14, 0x1f, 0xa9, 0xd5, 0x86, 0x03, 0x7b, 0x6d, 0x0e,
- 0x7c, 0x13, 0x74, 0xd5, 0xa4, 0xd7, 0x11, 0xee, 0x9a, 0xf4, 0x5e, 0x54, 0xda, 0x50, 0xf6, 0xfc,
- 0x98, 0xd6, 0xa8, 0xab, 0xf2, 0xac, 0xa6, 0x28, 0xb4, 0xc6, 0x5d, 0x2c, 0x12, 0xdb, 0x4c, 0x59,
- 0xa1, 0x69, 0x8e, 0xe1, 0xa6, 0x39, 0xa2, 0xdf, 0x7a, 0x70, 0xfb, 0xc5, 0xe2, 0x78, 0x8d, 0x0e,
- 0xbf, 0x10, 0x5a, 0xf3, 0x95, 0x60, 0x3f, 0x41, 0x5a, 0x86, 0x07, 0xc4, 0x18, 0xf7, 0x9e, 0x7d,
- 0xd2, 0x06, 0xb6, 0x85, 0x14, 0xd6, 0x39, 0x8d, 0xad, 0x93, 0xeb, 0x8b, 0x4e, 0xd3, 0x17, 0x4f,
- 0x60, 0xc0, 0x97, 0x26, 0x2b, 0x72, 0x8a, 0x7c, 0xef, 0x19, 0x6b, 0x8d, 0xe2, 0xc5, 0x11, 0x59,
- 0x62, 0xe7, 0x41, 0x05, 0xcd, 0xcf, 0x0a, 0xd7, 0x0d, 0xb4, 0x8e, 0xfe, 0xe5, 0xc1, 0xc4, 0x42,
- 0xf1, 0x87, 0x80, 0xfe, 0x7f, 0xb2, 0x84, 0x1b, 0xde, 0x29, 0x2c, 0x84, 0xa1, 0xbb, 0xc2, 0x75,
- 0xdf, 0x39, 0x11, 0x87, 0xbd, 0x51, 0xd9, 0x6a, 0x25, 0x54, 0x22, 0xb3, 0xbc, 0x86, 0xa3, 0x91,
- 0xd3, 0x7d, 0x93, 0xe5, 0x82, 0x7d, 0x01, 0x7b, 0x69, 0xa6, 0x04, 0x05, 0x6c, 0x9d, 0x6c, 0x52,
- 0x27, 0x8d, 0x96, 0xdc, 0xea, 0x72, 0x0d, 0x5b, 0xe5, 0xba, 0x86, 0x66, 0x3e, 0x65, 0x7e, 0x1b,
- 0xcd, 0x7e, 0xe3, 0xc1, 0xe4, 0x6d, 0x96, 0x8a, 0xc2, 0xf0, 0x52, 0x10, 0xff, 0xbb, 0x0f, 0xbe,
- 0xd0, 0x2f, 0xb8, 0xe1, 0xb3, 0x66, 0xf0, 0xd4, 0x32, 0xda, 0xea, 0xa3, 0x5e, 0x3b, 0xba, 0xe3,
- 0xc7, 0xb3, 0x5d, 0x7e, 0x74, 0x0f, 0xfa, 0xd9, 0xc5, 0x6a, 0x66, 0xe1, 0xac, 0x1b, 0x5b, 0x01,
- 0xbd, 0x09, 0xbc, 0xec, 0xa5, 0x0b, 0x62, 0x27, 0x45, 0xff, 0xee, 0xc0, 0xe8, 0xb8, 0xb8, 0xc0,
- 0x87, 0x1f, 0xcd, 0x28, 0x62, 0xd7, 0x0b, 0x29, 0xd0, 0xd3, 0x23, 0xcf, 0x46, 0x66, 0x4f, 0x60,
- 0xba, 0xb4, 0xae, 0xf3, 0xb5, 0x12, 0x7a, 0x5d, 0x48, 0x1b, 0x55, 0x27, 0xbe, 0xa6, 0x67, 0x07,
- 0x30, 0x3a, 0xe3, 0x4b, 0xf1, 0x4a, 0x70, 0x53, 0x29, 0x5b, 0x9f, 0x71, 0xdc, 0x56, 0x61, 0x9c,
- 0xf6, 0x39, 0xd0, 0xa3, 0x6d, 0xac, 0x80, 0x8f, 0x37, 0xa3, 0x84, 0x78, 0x5d, 0xa4, 0xa2, 0x0e,
- 0x75, 0xa3, 0xa0, 0xb4, 0xf3, 0x05, 0x02, 0x6e, 0x97, 0xd2, 0xce, 0x17, 0x9a, 0xed, 0x43, 0x6b,
- 0x26, 0x85, 0x43, 0xb2, 0xb4, 0xa7, 0xd4, 0x3e, 0x80, 0x16, 0x5c, 0x2d, 0xd7, 0x73, 0x8b, 0x0f,
- 0x64, 0xdf, 0x68, 0xd0, 0x9e, 0xe5, 0x65, 0x65, 0xde, 0xb6, 0x50, 0xb6, 0xa5, 0x41, 0xfb, 0xb2,
- 0x90, 0xd2, 0x16, 0xdf, 0xe1, 0x43, 0x4b, 0x43, 0x99, 0x2d, 0x2a, 0xb5, 0x6c, 0x10, 0xc2, 0x4a,
- 0xec, 0x31, 0x4c, 0x78, 0xce, 0xe5, 0x55, 0xfd, 0x7c, 0x72, 0x48, 0xbb, 0xad, 0x8c, 0x7e, 0xdd,
- 0x85, 0xe0, 0xe5, 0xa5, 0xc8, 0xcd, 0x49, 0xa5, 0xd7, 0x1f, 0x45, 0x72, 0x1e, 0x3a, 0xf2, 0x65,
- 0x09, 0x94, 0xad, 0x3d, 0xf1, 0xac, 0x53, 0x22, 0x51, 0x9f, 0x01, 0x71, 0xb8, 0x04, 0x99, 0x94,
- 0x6b, 0x7f, 0x94, 0x5f, 0xe6, 0x34, 0x30, 0x33, 0x9d, 0x68, 0x6e, 0x32, 0x7d, 0x76, 0x95, 0x70,
- 0x29, 0xe9, 0x02, 0xf8, 0xf1, 0x38, 0xd3, 0xa7, 0x56, 0x79, 0x24, 0x25, 0xde, 0x37, 0x1a, 0x20,
- 0x44, 0x0a, 0x06, 0xee, 0xfd, 0x59, 0x49, 0x41, 0x9c, 0x60, 0x03, 0x87, 0xc3, 0x2d, 0x38, 0x7c,
- 0x00, 0x81, 0xa5, 0xa8, 0x9b, 0x71, 0xe6, 0x13, 0x3f, 0xc5, 0x8b, 0xf1, 0x39, 0x8c, 0xc8, 0xe8,
- 0x28, 0x76, 0xb0, 0xa1, 0xaf, 0x8e, 0x61, 0xff, 0x14, 0xfc, 0xac, 0x4c, 0xf0, 0x29, 0xad, 0x43,
- 0xa0, 0x99, 0x70, 0xaf, 0xc5, 0xdc, 0x2a, 0xbd, 0x9e, 0x95, 0x27, 0x85, 0x32, 0xf1, 0x30, 0xa3,
- 0xbf, 0x9a, 0x7d, 0x01, 0xbd, 0x4a, 0x49, 0x1d, 0x8e, 0xc8, 0xf9, 0xce, 0xb6, 0xf3, 0x1b, 0x25,
- 0x63, 0x32, 0xb3, 0x2f, 0x6b, 0x82, 0x32, 0xde, 0xe5, 0x6c, 0x4d, 0xca, 0x5b, 0x4c, 0x05, 0x9f,
- 0x9e, 0x93, 0x2d, 0xc3, 0xb5, 0x7a, 0x60, 0xee, 0x8b, 0x32, 0x5b, 0xb6, 0x5f, 0x51, 0x01, 0x69,
- 0xe8, 0xa0, 0x48, 0xa8, 0xc9, 0xcc, 0xd5, 0xaa, 0x21, 0xd4, 0xa8, 0xc0, 0x59, 0xd0, 0x66, 0x04,
- 0xbd, 0x1f, 0x62, 0x04, 0xfd, 0x1b, 0x18, 0x01, 0x3d, 0xee, 0xa5, 0x70, 0x74, 0x60, 0xe0, 0x5e,
- 0x32, 0x95, 0x14, 0xb6, 0x4f, 0x23, 0x98, 0x08, 0x0c, 0x3e, 0x29, 0x2b, 0xbd, 0x4e, 0xdc, 0x7f,
- 0x45, 0x82, 0x78, 0x24, 0xea, 0x13, 0xcd, 0xd2, 0xe8, 0x0d, 0xc0, 0x26, 0x9d, 0x18, 0x6e, 0xfd,
- 0xde, 0x2f, 0x6b, 0xe8, 0xb1, 0x8a, 0xd9, 0xe6, 0xff, 0x1c, 0x9d, 0xd6, 0xff, 0x39, 0x3e, 0xc4,
- 0x38, 0x9f, 0xc3, 0xd0, 0x25, 0xbe, 0x1e, 0xd0, 0xde, 0x66, 0x40, 0x6f, 0x7e, 0xd4, 0xd9, 0xfa,
- 0xd1, 0xef, 0x3d, 0xb8, 0xfb, 0x52, 0x9f, 0x08, 0xa5, 0x8b, 0xfc, 0x98, 0x2f, 0xd7, 0x6e, 0xd2,
- 0x50, 0x03, 0xa3, 0x43, 0x8b, 0xb0, 0x3a, 0x04, 0xc2, 0x80, 0x4b, 0xf2, 0x6f, 0x8d, 0x02, 0xab,
- 0x98, 0xa5, 0x08, 0xfb, 0x67, 0x5b, 0x68, 0x53, 0x8b, 0xad, 0x19, 0xd5, 0xfb, 0xa1, 0x19, 0xf5,
- 0xe4, 0x4f, 0x1e, 0x8c, 0xdb, 0x73, 0x8f, 0x8d, 0xc1, 0x9f, 0x27, 0x76, 0x42, 0x4d, 0x6f, 0xb1,
- 0x29, 0x8c, 0x6b, 0x09, 0xf9, 0xe5, 0xd4, 0x63, 0xf7, 0x60, 0xda, 0xd6, 0x20, 0x88, 0x4e, 0x3b,
- 0x0c, 0x60, 0x30, 0x4f, 0xc8, 0xa3, 0xcb, 0x26, 0x10, 0xd8, 0xf5, 0x69, 0x7a, 0x3e, 0xed, 0xb1,
- 0x3b, 0x30, 0x69, 0x44, 0x6c, 0xb2, 0x69, 0x9f, 0x05, 0xd0, 0x9f, 0x27, 0x68, 0x1d, 0xb0, 0xbb,
- 0x70, 0xbb, 0xfe, 0x9c, 0x1b, 0x88, 0xd3, 0x21, 0xdb, 0x03, 0x98, 0x27, 0x73, 0xf7, 0x32, 0x9b,
- 0xfa, 0x36, 0x26, 0x0b, 0x21, 0xd3, 0xc0, 0xc6, 0x74, 0x52, 0x48, 0x79, 0x5c, 0xe4, 0x67, 0xd9,
- 0x6a, 0x0a, 0x4f, 0x9e, 0x82, 0x5f, 0x1f, 0x0c, 0x23, 0x99, 0xe5, 0x5a, 0x28, 0x33, 0xbd, 0x85,
- 0xeb, 0x37, 0xc4, 0x7b, 0xa6, 0x1e, 0xae, 0x5f, 0x08, 0x29, 0x8c, 0x98, 0x76, 0xbe, 0x0e, 0xff,
- 0xfc, 0x6e, 0xdf, 0xfb, 0xfe, 0xdd, 0xbe, 0xf7, 0xf7, 0x77, 0xfb, 0xde, 0xef, 0xde, 0xef, 0xdf,
- 0xfa, 0xfe, 0xfd, 0xfe, 0xad, 0xbf, 0xbe, 0xdf, 0xbf, 0xb5, 0x18, 0x50, 0xa6, 0x9e, 0xff, 0x37,
- 0x00, 0x00, 0xff, 0xff, 0x41, 0x63, 0x99, 0xe2, 0x6a, 0x14, 0x00, 0x00,
+ // 2406 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcd, 0x6e, 0x1c, 0xc7,
+ 0xf1, 0xe7, 0xec, 0xf7, 0xd4, 0x7e, 0x68, 0x35, 0xd2, 0xdf, 0x1e, 0xcb, 0x7f, 0xd3, 0xd4, 0x44,
+ 0x86, 0x19, 0xc1, 0x56, 0x02, 0x4a, 0xa7, 0x1c, 0x02, 0xd0, 0x24, 0x15, 0x2c, 0xe0, 0x28, 0xcc,
+ 0x90, 0x52, 0x6e, 0x19, 0xf4, 0xee, 0x34, 0x97, 0x03, 0x36, 0x67, 0x06, 0xdd, 0x33, 0xb4, 0x79,
+ 0xc8, 0x03, 0xe4, 0x94, 0xbc, 0x42, 0xde, 0x24, 0xc8, 0x29, 0x87, 0x1c, 0x7c, 0x4c, 0x4e, 0x0e,
+ 0x24, 0x20, 0x08, 0x10, 0xe4, 0x11, 0x12, 0x04, 0x55, 0xdd, 0x3d, 0x1f, 0x4b, 0xca, 0xd6, 0x69,
+ 0xbb, 0x7e, 0x55, 0xdb, 0x5d, 0x5d, 0xdf, 0x3d, 0x30, 0xcb, 0x65, 0x56, 0x64, 0x97, 0x6a, 0xfd,
+ 0x84, 0x16, 0xde, 0xc8, 0xd2, 0x0f, 0x60, 0xc9, 0x14, 0xd7, 0x68, 0xf0, 0x1c, 0x7a, 0xfb, 0x92,
+ 0x33, 0x6f, 0x06, 0x9d, 0x24, 0xf6, 0x9d, 0x1d, 0x67, 0xb7, 0x1f, 0x76, 0x92, 0xd8, 0x7b, 0x00,
+ 0xa3, 0x9c, 0x49, 0x9e, 0x16, 0x49, 0xec, 0x77, 0x08, 0xad, 0x68, 0xcf, 0x83, 0x5e, 0xca, 0x2e,
+ 0xb9, 0xdf, 0xdd, 0x71, 0x76, 0xdd, 0x90, 0xd6, 0xc1, 0x7f, 0xbb, 0x30, 0x38, 0x60, 0x97, 0x5c,
+ 0x36, 0xb7, 0x72, 0x69, 0x2b, 0x2b, 0xde, 0xa9, 0xc5, 0xbd, 0xfb, 0xd0, 0x67, 0x22, 0x61, 0xca,
+ 0xec, 0xa1, 0x09, 0xef, 0x21, 0x4c, 0x54, 0xca, 0x72, 0x75, 0x9e, 0x15, 0x51, 0x29, 0x85, 0xdf,
+ 0x23, 0xe6, 0xd8, 0x62, 0x2f, 0xa5, 0xc0, 0xcd, 0x8a, 0xeb, 0x9c, 0xfb, 0x7d, 0xd2, 0x89, 0xd6,
+ 0x88, 0xb1, 0x38, 0x96, 0xfe, 0x40, 0x1f, 0x80, 0x6b, 0xef, 0x3d, 0x18, 0x30, 0xc9, 0x59, 0x12,
+ 0xfb, 0x43, 0x92, 0x34, 0x94, 0xf7, 0xff, 0xe0, 0x8a, 0x2c, 0x5d, 0x27, 0x45, 0x19, 0x73, 0x7f,
+ 0xb4, 0xe3, 0xec, 0x76, 0xc2, 0x1a, 0xc0, 0x5b, 0x0b, 0x56, 0x68, 0xa6, 0x4b, 0xcc, 0x8a, 0xc6,
+ 0x53, 0x64, 0xa1, 0x72, 0x1f, 0xf4, 0x29, 0xb8, 0xa6, 0xab, 0xe6, 0xfe, 0xd8, 0x5c, 0x35, 0x47,
+ 0x99, 0x3c, 0x93, 0x85, 0x3f, 0xd1, 0xda, 0xe1, 0x1a, 0xf7, 0x2c, 0x15, 0x97, 0x64, 0x82, 0x29,
+ 0x49, 0x56, 0xb4, 0xb6, 0xb2, 0x52, 0x5f, 0x65, 0x32, 0xf6, 0x67, 0x9a, 0x67, 0x69, 0x34, 0xd1,
+ 0x52, 0xb2, 0x34, 0xf6, 0xef, 0x68, 0x13, 0x11, 0x81, 0xff, 0x90, 0x5c, 0x71, 0x79, 0xc5, 0x63,
+ 0x7f, 0xae, 0xff, 0x61, 0x69, 0xef, 0x23, 0x80, 0x44, 0x45, 0xb2, 0x4c, 0xd3, 0x24, 0x5d, 0xfb,
+ 0x77, 0x77, 0x9c, 0xdd, 0x51, 0xe8, 0x26, 0x2a, 0xd4, 0x00, 0xb2, 0x65, 0x99, 0x46, 0x3c, 0x65,
+ 0x4b, 0xc1, 0x7d, 0x4f, 0xb3, 0x65, 0x99, 0x1e, 0x11, 0xe0, 0x7d, 0x00, 0x23, 0x64, 0x93, 0x75,
+ 0xef, 0x91, 0xfe, 0x43, 0x59, 0xa6, 0xa7, 0x68, 0xe0, 0x00, 0xa6, 0xc8, 0xa2, 0x63, 0x64, 0x94,
+ 0xc4, 0xfe, 0x7d, 0xed, 0x18, 0x59, 0xa6, 0x27, 0x84, 0x2d, 0xe2, 0x60, 0x05, 0x77, 0xb5, 0xff,
+ 0xf7, 0xd3, 0xf8, 0x94, 0xa9, 0x8b, 0x45, 0x7a, 0x96, 0x79, 0xbb, 0x30, 0x58, 0x11, 0x48, 0xe1,
+ 0x30, 0xde, 0x9b, 0x3f, 0xa9, 0x82, 0x52, 0x0b, 0x87, 0x86, 0xef, 0x3d, 0x82, 0x7e, 0xc1, 0xd4,
+ 0x85, 0xf2, 0x3b, 0x3b, 0xdd, 0xdd, 0xf1, 0xde, 0xac, 0x16, 0xc4, 0xcd, 0x42, 0xcd, 0x0c, 0xbe,
+ 0x75, 0xa0, 0x87, 0x34, 0xba, 0x17, 0x91, 0x2a, 0xce, 0x0c, 0x85, 0xe6, 0xc1, 0x55, 0x23, 0xde,
+ 0x2a, 0xda, 0xfb, 0x10, 0xdc, 0x95, 0xe4, 0xac, 0xe0, 0x11, 0x2b, 0x4c, 0xdc, 0x8d, 0x34, 0xb0,
+ 0x5f, 0x34, 0x98, 0xcb, 0x6b, 0x13, 0x77, 0x86, 0xf9, 0xc5, 0x35, 0x32, 0xcb, 0x3c, 0x36, 0xff,
+ 0xec, 0x1b, 0x1f, 0x12, 0xb0, 0x5f, 0xa0, 0x2a, 0xc6, 0xa4, 0x03, 0x32, 0xa9, 0xa1, 0xd0, 0x9e,
+ 0x89, 0x8a, 0x98, 0x60, 0xf2, 0x92, 0x62, 0x70, 0x14, 0x0e, 0x13, 0xb5, 0x8f, 0x24, 0xb2, 0x62,
+ 0x2e, 0xa2, 0x33, 0xc1, 0xd6, 0x14, 0x83, 0xa3, 0x70, 0x18, 0x73, 0xf1, 0x5c, 0xb0, 0x75, 0x70,
+ 0x0a, 0x63, 0xbc, 0xe0, 0x49, 0xac, 0x0d, 0x18, 0x40, 0x0f, 0xf5, 0x37, 0xe6, 0xdb, 0xb4, 0x0a,
+ 0xf1, 0xbc, 0x87, 0xd0, 0x53, 0x71, 0x65, 0xb9, 0x69, 0x2d, 0x73, 0x12, 0x5f, 0x84, 0xc4, 0x0a,
+ 0x7e, 0x02, 0x03, 0x24, 0xca, 0xd4, 0xfb, 0x3f, 0x18, 0x24, 0xf9, 0x2a, 0xaa, 0x0c, 0xd7, 0x4f,
+ 0xf2, 0xd5, 0x22, 0x46, 0x8d, 0x54, 0x7c, 0xa1, 0x9d, 0xaf, 0xed, 0x36, 0x54, 0xf1, 0x05, 0x3a,
+ 0x3f, 0x78, 0x05, 0x60, 0x34, 0xc2, 0xff, 0xbf, 0x8b, 0x42, 0x8f, 0x5a, 0x0a, 0xcd, 0xdb, 0x0a,
+ 0x95, 0xa9, 0xd1, 0xe9, 0x1f, 0x1d, 0x00, 0x1d, 0x04, 0xe4, 0xd1, 0xcd, 0xaa, 0x81, 0x0e, 0x21,
+ 0x6e, 0x64, 0x2a, 0x10, 0x3a, 0x84, 0x80, 0x45, 0xec, 0xbd, 0x0f, 0x43, 0x3c, 0x09, 0x59, 0xdd,
+ 0xda, 0xff, 0x8b, 0xd8, 0xfb, 0x1c, 0xdc, 0x22, 0xb9, 0xe4, 0x91, 0x2c, 0x05, 0xf7, 0x7b, 0x9b,
+ 0xe7, 0x1f, 0xb2, 0xeb, 0x83, 0x42, 0x84, 0x23, 0x14, 0x09, 0x4b, 0xc1, 0x29, 0x25, 0x38, 0x5b,
+ 0x15, 0x5a, 0x5e, 0x7b, 0xd6, 0x25, 0x84, 0xd8, 0x0f, 0x61, 0xa2, 0xd9, 0x31, 0xbf, 0x4a, 0x56,
+ 0xdc, 0x14, 0x98, 0x31, 0x61, 0x87, 0x04, 0xb5, 0x5c, 0x39, 0x6c, 0xb9, 0xd2, 0xfb, 0x18, 0xc6,
+ 0x26, 0x6a, 0x1a, 0x8e, 0x06, 0x0d, 0x91, 0x40, 0x1d, 0x39, 0x6e, 0x2b, 0x72, 0x3c, 0xe8, 0x29,
+ 0xac, 0x22, 0xa0, 0xab, 0x08, 0xae, 0xf1, 0xc6, 0x89, 0x8a, 0xce, 0x4a, 0x21, 0xa8, 0xdc, 0x8c,
+ 0xc2, 0x41, 0xa2, 0x9e, 0x97, 0x42, 0x78, 0x3b, 0x30, 0x11, 0x49, 0x7a, 0x11, 0x59, 0x7b, 0x4c,
+ 0x48, 0x47, 0x40, 0x8c, 0xd2, 0x30, 0x0e, 0x7e, 0x09, 0x33, 0x63, 0xe7, 0xe4, 0x92, 0xe3, 0x45,
+ 0xdf, 0xa9, 0x42, 0x7f, 0xd8, 0xb4, 0xa4, 0xc9, 0x16, 0x6b, 0xb7, 0xe0, 0x05, 0x0c, 0xb4, 0x2d,
+ 0xbd, 0x39, 0x74, 0x63, 0x76, 0x6d, 0x1a, 0x07, 0x2e, 0xbd, 0x3d, 0x00, 0xfd, 0x47, 0x96, 0xae,
+ 0xb9, 0x89, 0x81, 0x7b, 0x8d, 0x38, 0xc1, 0x3d, 0x90, 0x15, 0xd2, 0xfe, 0xb4, 0x0c, 0x9e, 0x82,
+ 0x5b, 0xe1, 0x58, 0xf8, 0x54, 0xc1, 0x64, 0x61, 0x23, 0x94, 0x08, 0x3c, 0x88, 0xa7, 0x36, 0x12,
+ 0x70, 0x19, 0xbc, 0x82, 0xe1, 0x71, 0x26, 0xae, 0xd7, 0x59, 0xfa, 0x4e, 0x17, 0xfa, 0x14, 0x06,
+ 0x79, 0x96, 0xa4, 0x05, 0xf6, 0x1c, 0xd4, 0xe9, 0x4e, 0xad, 0xd3, 0x31, 0xe2, 0xa1, 0x61, 0x07,
+ 0xab, 0xca, 0x5e, 0x4c, 0x5d, 0xec, 0xcb, 0xb5, 0x6a, 0xc7, 0xa2, 0xb3, 0x11, 0x8b, 0xcf, 0xc0,
+ 0x25, 0xdb, 0x33, 0xb9, 0xb6, 0x21, 0xff, 0x7e, 0x3b, 0x2d, 0x7e, 0x26, 0xb3, 0x32, 0xc7, 0x8d,
+ 0x74, 0x31, 0xc2, 0x55, 0x70, 0x05, 0xd3, 0x16, 0xab, 0x19, 0xd2, 0x4e, 0x2b, 0xa4, 0x9f, 0xc1,
+ 0x78, 0x8d, 0x52, 0xe4, 0x09, 0x75, 0xd3, 0xa0, 0xb4, 0x05, 0x7a, 0x25, 0x84, 0xb5, 0x5d, 0xaa,
+ 0x46, 0x6c, 0x75, 0x9b, 0xb1, 0x15, 0xfc, 0xc5, 0x01, 0xb7, 0xfa, 0x07, 0x46, 0xaf, 0xde, 0xbb,
+ 0x3a, 0x75, 0x48, 0xf4, 0x82, 0x9a, 0x89, 0x66, 0x15, 0xfc, 0xeb, 0xc2, 0x18, 0xd2, 0x25, 0xe4,
+ 0x94, 0x7f, 0x5d, 0x60, 0x70, 0x53, 0x69, 0x8b, 0x04, 0xbf, 0xe2, 0x82, 0x0e, 0xe9, 0x87, 0x40,
+ 0xd0, 0x97, 0x88, 0x60, 0x41, 0xd7, 0x0a, 0xf7, 0x36, 0x0b, 0x3a, 0xe9, 0xaa, 0x99, 0x54, 0x77,
+ 0x78, 0x11, 0x55, 0x2d, 0x1d, 0xeb, 0x0e, 0x2f, 0xa8, 0xe9, 0xfc, 0x00, 0xa6, 0x31, 0x3f, 0xe3,
+ 0xe9, 0x8a, 0x47, 0xaa, 0x60, 0x85, 0x2d, 0xaf, 0x13, 0x03, 0x9e, 0x20, 0x16, 0xfc, 0xab, 0x03,
+ 0xbd, 0xf0, 0xb6, 0x90, 0x7e, 0x04, 0x33, 0xe3, 0x32, 0x6b, 0x55, 0x7d, 0x85, 0xc9, 0xaa, 0x72,
+ 0xed, 0x62, 0xa3, 0xc8, 0x74, 0x37, 0x1c, 0xfb, 0x11, 0x40, 0xae, 0xe3, 0x0b, 0xb9, 0xba, 0x27,
+ 0xb8, 0x06, 0x59, 0xc4, 0x58, 0x49, 0xb1, 0x64, 0x26, 0xb1, 0x51, 0xbc, 0xaf, 0x62, 0xdc, 0x32,
+ 0x80, 0x29, 0xc2, 0x4c, 0xae, 0x23, 0x3d, 0xe1, 0x98, 0xa2, 0xa1, 0x62, 0x74, 0xfc, 0x3e, 0xcd,
+ 0x39, 0x0f, 0x60, 0x94, 0xe5, 0x5c, 0xb2, 0x22, 0x93, 0x54, 0x34, 0xdc, 0xb0, 0xa2, 0xf1, 0xda,
+ 0x76, 0xad, 0xcd, 0x32, 0xd2, 0x7a, 0x5b, 0xd0, 0x36, 0x64, 0x7b, 0xc8, 0x15, 0x13, 0xa5, 0x2e,
+ 0x20, 0xd5, 0x21, 0xaf, 0x10, 0xba, 0xb5, 0x8a, 0x50, 0x23, 0x17, 0x3c, 0xfa, 0x2a, 0x29, 0xce,
+ 0xa3, 0x5c, 0x72, 0x33, 0xba, 0x8c, 0x11, 0xfc, 0x55, 0x52, 0x9c, 0x1f, 0xcb, 0x76, 0x4c, 0x4c,
+ 0x5a, 0x31, 0x11, 0xfc, 0xb1, 0x03, 0xdd, 0x93, 0xf8, 0x66, 0xad, 0xae, 0x9b, 0x4a, 0xe7, 0x6d,
+ 0x4d, 0xa5, 0xdb, 0x6a, 0x2a, 0x96, 0x45, 0x49, 0xda, 0xab, 0x58, 0x2f, 0x30, 0x4f, 0x1f, 0x41,
+ 0x8f, 0x52, 0xa9, 0x7f, 0x4b, 0xf7, 0xd8, 0x97, 0xeb, 0x90, 0xb8, 0x78, 0xbb, 0x64, 0x95, 0xa5,
+ 0x76, 0xe6, 0xc3, 0x35, 0x96, 0x08, 0x9c, 0x1a, 0xb5, 0x45, 0x71, 0x89, 0x51, 0x6a, 0xba, 0x3a,
+ 0xd6, 0x1a, 0x63, 0x4a, 0xd0, 0x10, 0x16, 0x9c, 0x46, 0x8d, 0x26, 0x01, 0x6d, 0x46, 0x53, 0xa3,
+ 0x49, 0xa0, 0x35, 0x17, 0xc0, 0xc6, 0x5c, 0x50, 0x27, 0xd9, 0x78, 0xb3, 0xf5, 0x57, 0x4d, 0x41,
+ 0x8f, 0x82, 0x55, 0x7f, 0xcf, 0xaa, 0xfe, 0x4e, 0x61, 0x6b, 0xe6, 0x98, 0xc5, 0x66, 0xd2, 0xd7,
+ 0x3b, 0x77, 0x5a, 0x3b, 0xff, 0x98, 0xec, 0x46, 0x29, 0x6e, 0xca, 0xd8, 0xfd, 0x8d, 0xf6, 0x2a,
+ 0xf8, 0x09, 0x2f, 0xc2, 0x4a, 0x2a, 0x28, 0x01, 0x6a, 0x9c, 0x6a, 0x6b, 0x5c, 0x1f, 0x67, 0x62,
+ 0xf6, 0x3e, 0x68, 0x8f, 0xb5, 0xdd, 0xf7, 0xa9, 0xcd, 0x60, 0x7d, 0xd0, 0xdd, 0x1b, 0x07, 0xd9,
+ 0x24, 0xb6, 0x91, 0xd6, 0xab, 0x23, 0x2d, 0xf8, 0x0d, 0x0c, 0xed, 0x1d, 0x37, 0xa3, 0xe5, 0x46,
+ 0x86, 0x74, 0xbe, 0x3b, 0x43, 0xba, 0x1b, 0x19, 0x72, 0x23, 0xf8, 0x7b, 0x37, 0x82, 0x3f, 0xf8,
+ 0xa7, 0x43, 0x13, 0xcf, 0xbe, 0x5c, 0xd7, 0x4f, 0x0d, 0xa7, 0xf9, 0xd4, 0xb8, 0xad, 0x43, 0xd8,
+ 0xb7, 0x85, 0x79, 0xd7, 0xd8, 0xb7, 0xc5, 0x65, 0xa9, 0xf4, 0xdd, 0x46, 0x21, 0xad, 0x11, 0x2b,
+ 0xd3, 0xc4, 0x4e, 0x82, 0xb4, 0xc6, 0x53, 0x74, 0xc3, 0xd3, 0x01, 0xa9, 0x09, 0x53, 0xc3, 0x58,
+ 0x29, 0x0a, 0xa3, 0xaa, 0x8e, 0xcd, 0x89, 0x01, 0x75, 0xa2, 0xfe, 0x10, 0xe6, 0x56, 0xa8, 0xba,
+ 0xb3, 0x8e, 0xd4, 0x3b, 0x06, 0xff, 0x85, 0xbd, 0xba, 0xb5, 0xb4, 0xdb, 0xb0, 0xf4, 0xef, 0x1c,
+ 0xb8, 0x73, 0xb8, 0x3c, 0x38, 0xc7, 0x03, 0x7f, 0xce, 0x95, 0x62, 0x6b, 0xee, 0x7d, 0x86, 0xd3,
+ 0x34, 0x46, 0x0f, 0xde, 0x79, 0xb6, 0xf7, 0x5e, 0xb3, 0x1f, 0x2d, 0x05, 0xd7, 0xc2, 0x71, 0xa8,
+ 0x85, 0x8c, 0x83, 0x3a, 0x95, 0x83, 0x1e, 0xc3, 0x80, 0xad, 0x8a, 0x24, 0x4b, 0xc9, 0x12, 0xb3,
+ 0x3d, 0xaf, 0x31, 0x41, 0x2d, 0xf7, 0x89, 0x13, 0x1a, 0x09, 0xca, 0xc3, 0xf4, 0x2c, 0x33, 0x3e,
+ 0xa0, 0x75, 0xf0, 0x6f, 0x07, 0xa6, 0xba, 0x83, 0xbe, 0xad, 0x3f, 0x7f, 0xe7, 0x70, 0x77, 0xcb,
+ 0xf3, 0xd2, 0xf3, 0x61, 0x68, 0x2a, 0xaf, 0x2d, 0x17, 0x86, 0xc4, 0x19, 0xad, 0x90, 0xc9, 0x7a,
+ 0xcd, 0x65, 0x24, 0x92, 0xd4, 0x76, 0x91, 0xb1, 0xc1, 0xbe, 0x4c, 0x52, 0xee, 0x7d, 0x02, 0xb3,
+ 0x38, 0x91, 0x9c, 0x14, 0xd6, 0x42, 0xda, 0x49, 0xd3, 0x0a, 0x25, 0x31, 0xeb, 0xfe, 0x61, 0xc3,
+ 0xfd, 0x37, 0x9a, 0xd0, 0x88, 0x2c, 0xdf, 0x6e, 0x42, 0x7f, 0x70, 0x60, 0xfa, 0x2a, 0x89, 0x79,
+ 0x56, 0xb0, 0x9c, 0xd3, 0xd8, 0xfe, 0x00, 0x46, 0x5c, 0x1d, 0xb2, 0x82, 0x55, 0x99, 0x56, 0xd1,
+ 0xc8, 0xb3, 0x57, 0xbd, 0x71, 0xf5, 0xba, 0x1c, 0xb4, 0xc7, 0x5a, 0x4c, 0xd0, 0xcb, 0xf5, 0x42,
+ 0x77, 0xa1, 0x6e, 0xa8, 0x09, 0x94, 0xa6, 0xfc, 0xd5, 0xb5, 0xd2, 0x0d, 0x0d, 0x55, 0x5d, 0x64,
+ 0x50, 0xbf, 0x91, 0x83, 0xff, 0x74, 0x60, 0x7c, 0x90, 0x5d, 0xe2, 0x1b, 0x9e, 0xc6, 0x0d, 0x7a,
+ 0x28, 0x2d, 0x05, 0xc7, 0x7f, 0x3b, 0xf4, 0xef, 0x8a, 0xf6, 0x1e, 0xc3, 0x7c, 0xa5, 0x45, 0x4f,
+ 0xcf, 0x25, 0x57, 0xe7, 0x99, 0xd0, 0x9a, 0x76, 0xc2, 0x1b, 0xb8, 0xb7, 0x03, 0xe3, 0x33, 0xb6,
+ 0xe2, 0xcf, 0x39, 0x2b, 0x4a, 0xa9, 0x7d, 0x36, 0x09, 0x9b, 0x10, 0xea, 0xae, 0x5f, 0x76, 0x3d,
+ 0x3a, 0x46, 0x13, 0xf8, 0x0e, 0x2f, 0x24, 0xe7, 0x2f, 0xb2, 0x98, 0x5b, 0xf5, 0x6b, 0x80, 0x6e,
+ 0xc0, 0x96, 0xd8, 0x3b, 0xbb, 0xe4, 0x0a, 0xb6, 0x54, 0xde, 0x36, 0x34, 0xc6, 0x0b, 0x7f, 0x48,
+ 0x9c, 0xe6, 0xc0, 0xb1, 0x0d, 0xa0, 0x38, 0x93, 0xab, 0xf3, 0x53, 0x5d, 0xea, 0x89, 0x5f, 0x23,
+ 0xc8, 0x4f, 0xd2, 0xbc, 0xd4, 0x49, 0x67, 0x2b, 0x7d, 0x8d, 0x20, 0x7f, 0x95, 0x09, 0xa1, 0x03,
+ 0xc2, 0x94, 0xfa, 0x06, 0x42, 0xd6, 0xce, 0x4a, 0xb9, 0xaa, 0x8a, 0xbd, 0xa6, 0xbc, 0x47, 0x30,
+ 0x65, 0x29, 0x13, 0xd7, 0xf6, 0x25, 0x6c, 0x9a, 0x66, 0x1b, 0x0c, 0x7e, 0x0d, 0xb3, 0x93, 0xf8,
+ 0xc2, 0x78, 0xe0, 0x88, 0xad, 0xce, 0x6f, 0xe4, 0x84, 0x8f, 0x03, 0xe0, 0x52, 0xf0, 0x2a, 0x23,
+ 0x2c, 0xe9, 0x05, 0x30, 0x31, 0x76, 0x3f, 0x59, 0x65, 0xc6, 0xc8, 0x9d, 0xb0, 0x85, 0x05, 0x21,
+ 0xcc, 0xeb, 0xfd, 0x43, 0xae, 0x4a, 0x51, 0x78, 0x3f, 0x85, 0xe9, 0xaa, 0x09, 0x90, 0xa3, 0xc7,
+ 0x7b, 0x7e, 0xab, 0x90, 0x37, 0x54, 0x0a, 0xdb, 0xe2, 0xc1, 0x6f, 0xbb, 0xe0, 0x1e, 0x5d, 0xf1,
+ 0xb4, 0x38, 0x2e, 0xd5, 0xf9, 0x3b, 0xcd, 0xd8, 0x1f, 0x99, 0xd9, 0x5f, 0xcf, 0xef, 0x3a, 0x86,
+ 0x69, 0xcc, 0x3f, 0xa1, 0x19, 0xfe, 0x03, 0xa0, 0x27, 0x44, 0x84, 0x83, 0xbc, 0x49, 0x63, 0xa4,
+ 0x8f, 0x52, 0x9a, 0xd7, 0x12, 0x15, 0x29, 0x56, 0x24, 0xea, 0xec, 0x3a, 0x62, 0x42, 0x50, 0x22,
+ 0x8f, 0xc2, 0x49, 0xa2, 0x4e, 0x34, 0xb8, 0x2f, 0x04, 0xd6, 0x0d, 0x9a, 0x5f, 0x68, 0x26, 0x1d,
+ 0x98, 0xcf, 0x1f, 0xa5, 0xe0, 0x34, 0x92, 0xd6, 0x3d, 0x73, 0xd8, 0xea, 0x99, 0x1f, 0x82, 0xab,
+ 0x5f, 0x48, 0xf5, 0x34, 0x35, 0xa2, 0xe7, 0x11, 0x26, 0xf8, 0xc7, 0x30, 0x26, 0xa6, 0x79, 0xe1,
+ 0xb9, 0xf5, 0xeb, 0xc9, 0x3c, 0xf0, 0x7e, 0x04, 0xa3, 0x24, 0x8f, 0xf2, 0x4c, 0x16, 0xca, 0x87,
+ 0xcd, 0x8e, 0x8b, 0x86, 0x59, 0xe4, 0xc7, 0x99, 0x2c, 0xc2, 0x61, 0x42, 0xbf, 0xca, 0xfb, 0x04,
+ 0x7a, 0xa5, 0x14, 0xca, 0x1f, 0x6f, 0x76, 0x4d, 0x14, 0x7e, 0x29, 0x45, 0x48, 0x6c, 0xef, 0x73,
+ 0xdb, 0x5d, 0x27, 0x9b, 0x4f, 0x86, 0xca, 0xe4, 0x8d, 0x1e, 0x1b, 0x7c, 0xeb, 0xc0, 0xb4, 0xc5,
+ 0xb8, 0xe1, 0x0f, 0xb4, 0x7d, 0x96, 0x27, 0xab, 0xe6, 0x23, 0xde, 0x25, 0x84, 0x2e, 0x8a, 0xef,
+ 0x39, 0x62, 0x33, 0xb9, 0xae, 0xde, 0x73, 0x08, 0x60, 0x8f, 0x6c, 0xb6, 0xdb, 0xde, 0xf7, 0x0d,
+ 0xa4, 0xfd, 0x5b, 0x06, 0x52, 0xfa, 0xb6, 0x24, 0xb8, 0xe9, 0x72, 0x03, 0xf3, 0x90, 0x2e, 0x05,
+ 0xd7, 0xb9, 0x15, 0xc0, 0x94, 0xa3, 0xf2, 0x51, 0x5e, 0xaa, 0xf3, 0xc8, 0x7c, 0x94, 0x73, 0xc3,
+ 0x31, 0xb7, 0x37, 0x5a, 0xc4, 0xc1, 0x4b, 0x80, 0xda, 0x9c, 0xa8, 0xae, 0xfd, 0xdc, 0x94, 0xdb,
+ 0x12, 0xaa, 0x81, 0x45, 0xfd, 0x99, 0xad, 0xd3, 0xf8, 0xcc, 0xf6, 0xb6, 0x07, 0xcf, 0x53, 0x18,
+ 0x1a, 0xc3, 0xdb, 0xf9, 0xd0, 0xa9, 0xe7, 0xc3, 0xb7, 0x8c, 0x59, 0xc1, 0xdf, 0x1c, 0xb8, 0x77,
+ 0xa4, 0x8e, 0xb9, 0x54, 0x59, 0x7a, 0xc0, 0x56, 0xe7, 0xa6, 0x63, 0x7a, 0x9f, 0x99, 0xca, 0xaa,
+ 0xdb, 0x6a, 0x23, 0x91, 0x8e, 0x54, 0x43, 0x2c, 0x36, 0xcd, 0xe3, 0x03, 0x53, 0x63, 0x75, 0x93,
+ 0xeb, 0x56, 0x29, 0xad, 0x1f, 0x1e, 0x39, 0xed, 0xde, 0x78, 0x78, 0x68, 0x60, 0x41, 0x95, 0xe0,
+ 0xcc, 0xd4, 0x53, 0x93, 0x25, 0x86, 0x6c, 0x74, 0xe6, 0xfe, 0xf7, 0x76, 0xe6, 0xf6, 0x77, 0xa9,
+ 0xbe, 0xbd, 0xdb, 0xe3, 0x3f, 0x39, 0x30, 0x69, 0x4e, 0x01, 0xde, 0x04, 0x46, 0xa7, 0x91, 0xee,
+ 0xd7, 0xf3, 0x2d, 0x6f, 0x0e, 0x13, 0x4b, 0xe1, 0xa0, 0x3a, 0x77, 0xbc, 0xfb, 0x30, 0x6f, 0x22,
+ 0xd8, 0x3e, 0xe6, 0x1d, 0x0f, 0x60, 0x70, 0x1a, 0x91, 0x44, 0xd7, 0x9b, 0x82, 0xab, 0xd7, 0x27,
+ 0xf1, 0xc5, 0xbc, 0xe7, 0xdd, 0x85, 0x69, 0x45, 0x62, 0xa8, 0xce, 0xfb, 0x9e, 0x0b, 0xfd, 0xd3,
+ 0x08, 0xb9, 0x03, 0xef, 0x1e, 0xdc, 0xb1, 0xdb, 0x99, 0xf1, 0x60, 0x3e, 0xf4, 0x66, 0x00, 0xa7,
+ 0xd1, 0xa9, 0xf9, 0xbc, 0x30, 0x1f, 0x69, 0x9d, 0x74, 0xf1, 0x9c, 0xbb, 0x5a, 0xa7, 0xe3, 0x4c,
+ 0x88, 0x83, 0x2c, 0x3d, 0x4b, 0xd6, 0x73, 0x78, 0xfc, 0x04, 0x46, 0xf6, 0xc2, 0xa8, 0xc9, 0x22,
+ 0x55, 0x5c, 0x16, 0xf3, 0x2d, 0x5c, 0xbf, 0xa4, 0xe1, 0x7d, 0xee, 0xe0, 0xfa, 0x90, 0x0b, 0x5e,
+ 0xf0, 0x79, 0xe7, 0xf1, 0x33, 0x98, 0xb5, 0x5d, 0xa4, 0x75, 0x3e, 0x5c, 0x92, 0x25, 0xe6, 0x5b,
+ 0x5a, 0x2b, 0x43, 0x6a, 0xbf, 0xcf, 0x9d, 0x2f, 0xfc, 0x3f, 0xbf, 0xde, 0x76, 0xbe, 0x79, 0xbd,
+ 0xed, 0xfc, 0xfd, 0xf5, 0xb6, 0xf3, 0xfb, 0x37, 0xdb, 0x5b, 0xdf, 0xbc, 0xd9, 0xde, 0xfa, 0xeb,
+ 0x9b, 0xed, 0xad, 0xe5, 0x80, 0xec, 0xfe, 0xf4, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xe2, 0x4b,
+ 0x19, 0x2d, 0x65, 0x17, 0x00, 0x00,
}
func (m *Area) Marshal() (dAtA []byte, err error) {
@@ -3543,6 +3929,141 @@
return i, nil
}
+func (m *TaskSdkRule) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *TaskSdkRule) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.TaskId) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId)))
+ i += copy(dAtA[i:], m.TaskId)
+ }
+ if m.Enable {
+ dAtA[i] = 0x10
+ i++
+ if m.Enable {
+ dAtA[i] = 1
+ } else {
+ dAtA[i] = 0
+ }
+ i++
+ }
+ if len(m.SdkRules) > 0 {
+ for _, msg := range m.SdkRules {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
+func (m *SdkRuleSet) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *SdkRuleSet) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.SdkId) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkId)))
+ i += copy(dAtA[i:], m.SdkId)
+ }
+ if len(m.IpcId) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IpcId)))
+ i += copy(dAtA[i:], m.IpcId)
+ }
+ if len(m.Rules) > 0 {
+ for _, msg := range m.Rules {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ if m.Sort != 0 {
+ dAtA[i] = 0x20
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
+ }
+ return i, nil
+}
+
+func (m *SdkRule) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *SdkRule) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Id) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
+ i += copy(dAtA[i:], m.Id)
+ }
+ if len(m.SdkArgAlias) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkArgAlias)))
+ i += copy(dAtA[i:], m.SdkArgAlias)
+ }
+ if len(m.Operator) > 0 {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Operator)))
+ i += copy(dAtA[i:], m.Operator)
+ }
+ if len(m.SdkArgValue) > 0 {
+ dAtA[i] = 0x22
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkArgValue)))
+ i += copy(dAtA[i:], m.SdkArgValue)
+ }
+ return i, nil
+}
+
func (m *SdkArg) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
@@ -3598,8 +4119,20 @@
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Range)))
i += copy(dAtA[i:], m.Range)
}
+ if len(m.DefaultValue) > 0 {
+ dAtA[i] = 0x3a
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.DefaultValue)))
+ i += copy(dAtA[i:], m.DefaultValue)
+ }
+ if len(m.DefaultOperator) > 0 {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.DefaultOperator)))
+ i += copy(dAtA[i:], m.DefaultOperator)
+ }
if m.Sort != 0 {
- dAtA[i] = 0x38
+ dAtA[i] = 0x48
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Sort))
}
@@ -3764,6 +4297,11 @@
i += copy(dAtA[i:], s)
}
}
+ if m.Type != 0 {
+ dAtA[i] = 0x30
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.Type))
+ }
return i, nil
}
@@ -3911,6 +4449,72 @@
i++
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AnalyServerId)))
i += copy(dAtA[i:], m.AnalyServerId)
+ }
+ return i, nil
+}
+
+func (m *SdkCompareEach) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *SdkCompareEach) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Id) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id)))
+ i += copy(dAtA[i:], m.Id)
+ }
+ if len(m.Tableid) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Tableid)))
+ i += copy(dAtA[i:], m.Tableid)
+ }
+ if m.CompareScore != 0 {
+ dAtA[i] = 0x1d
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.CompareScore))))
+ i += 4
+ }
+ return i, nil
+}
+
+func (m *SdkCompareResult) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *SdkCompareResult) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.CompareResult) > 0 {
+ for _, msg := range m.CompareResult {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
}
return i, nil
}
@@ -4179,28 +4783,47 @@
_ = i
var l int
_ = l
- if len(m.TableId) > 0 {
- dAtA[i] = 0xa
+ if m.Type != 0 {
+ dAtA[i] = 0x8
i++
- i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableId)))
- i += copy(dAtA[i:], m.TableId)
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.Type))
+ }
+ if len(m.TableId) > 0 {
+ for _, s := range m.TableId {
+ dAtA[i] = 0x12
+ i++
+ l = len(s)
+ for l >= 1<<7 {
+ dAtA[i] = uint8(uint64(l)&0x7f | 0x80)
+ l >>= 7
+ i++
+ }
+ dAtA[i] = uint8(l)
+ i++
+ i += copy(dAtA[i:], s)
+ }
}
if len(m.PersonId) > 0 {
- dAtA[i] = 0x12
+ dAtA[i] = 0x1a
i++
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonId)))
i += copy(dAtA[i:], m.PersonId)
}
if len(m.Feature) > 0 {
- dAtA[i] = 0x1a
+ dAtA[i] = 0x22
i++
i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Feature)))
i += copy(dAtA[i:], m.Feature)
}
if m.Action != 0 {
- dAtA[i] = 0x20
+ dAtA[i] = 0x28
i++
i = encodeVarintProtomsg(dAtA, i, uint64(m.Action))
+ }
+ if m.Enable != 0 {
+ dAtA[i] = 0x30
+ i++
+ i = encodeVarintProtomsg(dAtA, i, uint64(m.Enable))
}
return i, nil
}
@@ -4746,6 +5369,79 @@
return n
}
+func (m *TaskSdkRule) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.TaskId)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ if m.Enable {
+ n += 2
+ }
+ if len(m.SdkRules) > 0 {
+ for _, e := range m.SdkRules {
+ l = e.Size()
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ return n
+}
+
+func (m *SdkRuleSet) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.SdkId)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.IpcId)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ if len(m.Rules) > 0 {
+ for _, e := range m.Rules {
+ l = e.Size()
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ }
+ if m.Sort != 0 {
+ n += 1 + sovProtomsg(uint64(m.Sort))
+ }
+ return n
+}
+
+func (m *SdkRule) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.Id)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.SdkArgAlias)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.Operator)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.SdkArgValue)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ return n
+}
+
func (m *SdkArg) Size() (n int) {
if m == nil {
return 0
@@ -4772,6 +5468,14 @@
n += 1 + l + sovProtomsg(uint64(l))
}
l = len(m.Range)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.DefaultValue)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.DefaultOperator)
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
}
@@ -4871,6 +5575,9 @@
n += 1 + l + sovProtomsg(uint64(l))
}
}
+ if m.Type != 0 {
+ n += 1 + sovProtomsg(uint64(m.Type))
+ }
return n
}
@@ -4937,6 +5644,41 @@
l = len(m.AnalyServerId)
if l > 0 {
n += 1 + l + sovProtomsg(uint64(l))
+ }
+ return n
+}
+
+func (m *SdkCompareEach) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.Id)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ l = len(m.Tableid)
+ if l > 0 {
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
+ if m.CompareScore != 0 {
+ n += 5
+ }
+ return n
+}
+
+func (m *SdkCompareResult) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if len(m.CompareResult) > 0 {
+ for _, e := range m.CompareResult {
+ l = e.Size()
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
}
return n
}
@@ -5080,9 +5822,14 @@
}
var l int
_ = l
- l = len(m.TableId)
- if l > 0 {
- n += 1 + l + sovProtomsg(uint64(l))
+ if m.Type != 0 {
+ n += 1 + sovProtomsg(uint64(m.Type))
+ }
+ if len(m.TableId) > 0 {
+ for _, s := range m.TableId {
+ l = len(s)
+ n += 1 + l + sovProtomsg(uint64(l))
+ }
}
l = len(m.PersonId)
if l > 0 {
@@ -5094,6 +5841,9 @@
}
if m.Action != 0 {
n += 1 + sovProtomsg(uint64(m.Action))
+ }
+ if m.Enable != 0 {
+ n += 1 + sovProtomsg(uint64(m.Enable))
}
return n
}
@@ -8780,6 +9530,496 @@
}
return nil
}
+func (m *TaskSdkRule) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: TaskSdkRule: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: TaskSdkRule: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field TaskId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.TaskId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
+ }
+ var v int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ v |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ m.Enable = bool(v != 0)
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SdkRules", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.SdkRules = append(m.SdkRules, &SdkRuleSet{})
+ if err := m.SdkRules[len(m.SdkRules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipProtomsg(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *SdkRuleSet) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: SdkRuleSet: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: SdkRuleSet: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SdkId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.SdkId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field IpcId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.IpcId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Rules", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Rules = append(m.Rules, &SdkRule{})
+ if err := m.Rules[len(m.Rules)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 4:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType)
+ }
+ m.Sort = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Sort |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipProtomsg(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *SdkRule) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: SdkRule: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: SdkRule: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Id = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SdkArgAlias", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.SdkArgAlias = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Operator", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Operator = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 4:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SdkArgValue", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.SdkArgValue = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipProtomsg(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
func (m *SdkArg) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
@@ -8990,6 +10230,70 @@
m.Range = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 7:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field DefaultValue", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.DefaultValue = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field DefaultOperator", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.DefaultOperator = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 9:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Sort", wireType)
}
@@ -9659,6 +10963,25 @@
}
m.SdkIds = append(m.SdkIds, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
+ case 6:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
+ }
+ m.Type = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Type |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
default:
iNdEx = preIndex
skippy, err := skipProtomsg(dAtA[iNdEx:])
@@ -10064,6 +11387,221 @@
return io.ErrUnexpectedEOF
}
m.AnalyServerId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipProtomsg(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *SdkCompareEach) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: SdkCompareEach: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: SdkCompareEach: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Id = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Tableid", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Tableid = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CompareScore", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.CompareScore = float32(math.Float32frombits(v))
+ default:
+ iNdEx = preIndex
+ skippy, err := skipProtomsg(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *SdkCompareResult) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: SdkCompareResult: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: SdkCompareResult: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CompareResult", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthProtomsg
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CompareResult = append(m.CompareResult, &SdkCompareEach{})
+ if err := m.CompareResult[len(m.CompareResult)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
iNdEx = postIndex
default:
iNdEx = preIndex
@@ -11044,6 +12582,25 @@
}
switch fieldNum {
case 1:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
+ }
+ m.Type = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Type |= EsCacheChanged(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field TableId", wireType)
}
@@ -11073,9 +12630,9 @@
if postIndex > l {
return io.ErrUnexpectedEOF
}
- m.TableId = string(dAtA[iNdEx:postIndex])
+ m.TableId = append(m.TableId, string(dAtA[iNdEx:postIndex]))
iNdEx = postIndex
- case 2:
+ case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field PersonId", wireType)
}
@@ -11107,11 +12664,11 @@
}
m.PersonId = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
- case 3:
+ case 4:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Feature", wireType)
}
- var byteLen int
+ var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowProtomsg
@@ -11121,27 +12678,25 @@
}
b := dAtA[iNdEx]
iNdEx++
- byteLen |= int(b&0x7F) << shift
+ stringLen |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
- if byteLen < 0 {
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
return ErrInvalidLengthProtomsg
}
- postIndex := iNdEx + byteLen
+ postIndex := iNdEx + intStringLen
if postIndex < 0 {
return ErrInvalidLengthProtomsg
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
- m.Feature = append(m.Feature[:0], dAtA[iNdEx:postIndex]...)
- if m.Feature == nil {
- m.Feature = []byte{}
- }
+ m.Feature = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
- case 4:
+ case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field Action", wireType)
}
@@ -11160,6 +12715,25 @@
break
}
}
+ case 6:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
+ }
+ m.Enable = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowProtomsg
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Enable |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
default:
iNdEx = preIndex
skippy, err := skipProtomsg(dAtA[iNdEx:])
--
Gitblit v1.8.0