From c2ffb44a84d549adcbcd35dab184a3bb4e8bde27 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 17 六月 2019 16:51:29 +0800 Subject: [PATCH] lll --- protomsg.proto | 90 - protomsg.pb.go | 4901 ++------------------------------------------------------- 2 files changed, 232 insertions(+), 4,759 deletions(-) diff --git a/protomsg.pb.go b/protomsg.pb.go index b0ccd20..e6a7af9 100644 --- a/protomsg.pb.go +++ b/protomsg.pb.go @@ -153,11 +153,9 @@ //SdkMessage struct test type SdkMessage struct { - Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` - Tasklab *TaskLabel `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"` - Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` - Personaction *Personaction `protobuf:"bytes,4,opt,name=personaction,proto3" json:"personaction,omitempty"` - Vedioperson *Vediopersons `protobuf:"bytes,5,opt,name=vedioperson,proto3" json:"vedioperson,omitempty"` + Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` + Tasklab *TaskLabel `protobuf:"bytes,2,opt,name=tasklab,proto3" json:"tasklab,omitempty"` + Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` } func (m *SdkMessage) Reset() { *m = SdkMessage{} } @@ -214,736 +212,6 @@ return nil } -func (m *SdkMessage) GetPersonaction() *Personaction { - if m != nil { - return m.Personaction - } - return nil -} - -func (m *SdkMessage) GetVedioperson() *Vediopersons { - if m != nil { - return m.Vedioperson - } - return nil -} - -type Personaction struct { - ImgKey string `protobuf:"bytes,1,opt,name=imgKey,proto3" json:"imgKey,omitempty"` - VideoReqNum string `protobuf:"bytes,2,opt,name=videoReqNum,proto3" json:"videoReqNum,omitempty"` - SdkType string `protobuf:"bytes,3,opt,name=sdkType,proto3" json:"sdkType,omitempty"` - PicName string `protobuf:"bytes,4,opt,name=picName,proto3" json:"picName,omitempty"` - Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` - ClusterId string `protobuf:"bytes,6,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` - PersonPicUrl string `protobuf:"bytes,7,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"` - ChannlId string `protobuf:"bytes,8,opt,name=channlId,proto3" json:"channlId,omitempty"` - LikeDate string `protobuf:"bytes,9,opt,name=likeDate,proto3" json:"likeDate,omitempty"` - PicAddress string `protobuf:"bytes,10,opt,name=picAddress,proto3" json:"picAddress,omitempty"` - PicMaxUrl string `protobuf:"bytes,11,opt,name=picMaxUrl,proto3" json:"picMaxUrl,omitempty"` - PicDate string `protobuf:"bytes,12,opt,name=picDate,proto3" json:"picDate,omitempty"` - PicLocalUrl string `protobuf:"bytes,13,opt,name=picLocalUrl,proto3" json:"picLocalUrl,omitempty"` - IsDelete string `protobuf:"bytes,14,opt,name=isDelete,proto3" json:"isDelete,omitempty"` - LikePer string `protobuf:"bytes,15,opt,name=likePer,proto3" json:"likePer,omitempty"` - BaseName string `protobuf:"bytes,16,opt,name=baseName,proto3" json:"baseName,omitempty"` - VideoNum string `protobuf:"bytes,17,opt,name=videoNum,proto3" json:"videoNum,omitempty"` - Collection string `protobuf:"bytes,18,opt,name=collection,proto3" json:"collection,omitempty"` - PicSmUrl string `protobuf:"bytes,19,opt,name=picSmUrl,proto3" json:"picSmUrl,omitempty"` - Indeviceid string `protobuf:"bytes,20,opt,name=indeviceid,proto3" json:"indeviceid,omitempty"` - Idcard string `protobuf:"bytes,21,opt,name=idcard,proto3" json:"idcard,omitempty"` - AckAlarm string `protobuf:"bytes,22,opt,name=ack_alarm,json=ackAlarm,proto3" json:"ack_alarm,omitempty"` - PersonId string `protobuf:"bytes,23,opt,name=personId,proto3" json:"personId,omitempty"` - Id string `protobuf:"bytes,24,opt,name=id,proto3" json:"id,omitempty"` - Indevicename string `protobuf:"bytes,25,opt,name=indevicename,proto3" json:"indevicename,omitempty"` - FaceFeature string `protobuf:"bytes,26,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"` - PersonIsHub string `protobuf:"bytes,27,opt,name=personIsHub,proto3" json:"personIsHub,omitempty"` - VideoIp string `protobuf:"bytes,28,opt,name=videoIp,proto3" json:"videoIp,omitempty"` - TaskId string `protobuf:"bytes,29,opt,name=taskId,proto3" json:"taskId,omitempty"` -} - -func (m *Personaction) Reset() { *m = Personaction{} } -func (m *Personaction) String() string { return proto.CompactTextString(m) } -func (*Personaction) ProtoMessage() {} -func (*Personaction) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{2} -} -func (m *Personaction) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *Personaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_Personaction.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 *Personaction) XXX_Merge(src proto.Message) { - xxx_messageInfo_Personaction.Merge(m, src) -} -func (m *Personaction) XXX_Size() int { - return m.Size() -} -func (m *Personaction) XXX_DiscardUnknown() { - xxx_messageInfo_Personaction.DiscardUnknown(m) -} - -var xxx_messageInfo_Personaction proto.InternalMessageInfo - -func (m *Personaction) GetImgKey() string { - if m != nil { - return m.ImgKey - } - return "" -} - -func (m *Personaction) GetVideoReqNum() string { - if m != nil { - return m.VideoReqNum - } - return "" -} - -func (m *Personaction) GetSdkType() string { - if m != nil { - return m.SdkType - } - return "" -} - -func (m *Personaction) GetPicName() string { - if m != nil { - return m.PicName - } - return "" -} - -func (m *Personaction) GetContent() string { - if m != nil { - return m.Content - } - return "" -} - -func (m *Personaction) GetClusterId() string { - if m != nil { - return m.ClusterId - } - return "" -} - -func (m *Personaction) GetPersonPicUrl() string { - if m != nil { - return m.PersonPicUrl - } - return "" -} - -func (m *Personaction) GetChannlId() string { - if m != nil { - return m.ChannlId - } - return "" -} - -func (m *Personaction) GetLikeDate() string { - if m != nil { - return m.LikeDate - } - return "" -} - -func (m *Personaction) GetPicAddress() string { - if m != nil { - return m.PicAddress - } - return "" -} - -func (m *Personaction) GetPicMaxUrl() string { - if m != nil { - return m.PicMaxUrl - } - return "" -} - -func (m *Personaction) GetPicDate() string { - if m != nil { - return m.PicDate - } - return "" -} - -func (m *Personaction) GetPicLocalUrl() string { - if m != nil { - return m.PicLocalUrl - } - return "" -} - -func (m *Personaction) GetIsDelete() string { - if m != nil { - return m.IsDelete - } - return "" -} - -func (m *Personaction) GetLikePer() string { - if m != nil { - return m.LikePer - } - return "" -} - -func (m *Personaction) GetBaseName() string { - if m != nil { - return m.BaseName - } - return "" -} - -func (m *Personaction) GetVideoNum() string { - if m != nil { - return m.VideoNum - } - return "" -} - -func (m *Personaction) GetCollection() string { - if m != nil { - return m.Collection - } - return "" -} - -func (m *Personaction) GetPicSmUrl() string { - if m != nil { - return m.PicSmUrl - } - return "" -} - -func (m *Personaction) GetIndeviceid() string { - if m != nil { - return m.Indeviceid - } - return "" -} - -func (m *Personaction) GetIdcard() string { - if m != nil { - return m.Idcard - } - return "" -} - -func (m *Personaction) GetAckAlarm() string { - if m != nil { - return m.AckAlarm - } - return "" -} - -func (m *Personaction) GetPersonId() string { - if m != nil { - return m.PersonId - } - return "" -} - -func (m *Personaction) GetId() string { - if m != nil { - return m.Id - } - return "" -} - -func (m *Personaction) GetIndevicename() string { - if m != nil { - return m.Indevicename - } - return "" -} - -func (m *Personaction) GetFaceFeature() string { - if m != nil { - return m.FaceFeature - } - return "" -} - -func (m *Personaction) GetPersonIsHub() string { - if m != nil { - return m.PersonIsHub - } - return "" -} - -func (m *Personaction) GetVideoIp() string { - if m != nil { - return m.VideoIp - } - return "" -} - -func (m *Personaction) GetTaskId() string { - if m != nil { - return m.TaskId - } - return "" -} - -type PersonBaseInfo struct { - PersonNamae string `protobuf:"bytes,1,opt,name=personNamae,proto3" json:"personNamae,omitempty"` - IDCard string `protobuf:"bytes,2,opt,name=iDCard,proto3" json:"iDCard,omitempty"` - Gender string `protobuf:"bytes,3,opt,name=gender,proto3" json:"gender,omitempty"` - PersonPicUrl string `protobuf:"bytes,4,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"` - LikePer string `protobuf:"bytes,5,opt,name=likePer,proto3" json:"likePer,omitempty"` - TableId string `protobuf:"bytes,6,opt,name=tableId,proto3" json:"tableId,omitempty"` - MonitorLevel string `protobuf:"bytes,7,opt,name=monitorLevel,proto3" json:"monitorLevel,omitempty"` - PersonId string `protobuf:"bytes,8,opt,name=personId,proto3" json:"personId,omitempty"` - PhoneNum string `protobuf:"bytes,9,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"` - Content string `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"` - TableName string `protobuf:"bytes,11,opt,name=tableName,proto3" json:"tableName,omitempty"` -} - -func (m *PersonBaseInfo) Reset() { *m = PersonBaseInfo{} } -func (m *PersonBaseInfo) String() string { return proto.CompactTextString(m) } -func (*PersonBaseInfo) ProtoMessage() {} -func (*PersonBaseInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{3} -} -func (m *PersonBaseInfo) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *PersonBaseInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_PersonBaseInfo.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 *PersonBaseInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_PersonBaseInfo.Merge(m, src) -} -func (m *PersonBaseInfo) XXX_Size() int { - return m.Size() -} -func (m *PersonBaseInfo) XXX_DiscardUnknown() { - xxx_messageInfo_PersonBaseInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_PersonBaseInfo proto.InternalMessageInfo - -func (m *PersonBaseInfo) GetPersonNamae() string { - if m != nil { - return m.PersonNamae - } - return "" -} - -func (m *PersonBaseInfo) GetIDCard() string { - if m != nil { - return m.IDCard - } - return "" -} - -func (m *PersonBaseInfo) GetGender() string { - if m != nil { - return m.Gender - } - return "" -} - -func (m *PersonBaseInfo) GetPersonPicUrl() string { - if m != nil { - return m.PersonPicUrl - } - return "" -} - -func (m *PersonBaseInfo) GetLikePer() string { - if m != nil { - return m.LikePer - } - return "" -} - -func (m *PersonBaseInfo) GetTableId() string { - if m != nil { - return m.TableId - } - return "" -} - -func (m *PersonBaseInfo) GetMonitorLevel() string { - if m != nil { - return m.MonitorLevel - } - return "" -} - -func (m *PersonBaseInfo) GetPersonId() string { - if m != nil { - return m.PersonId - } - return "" -} - -func (m *PersonBaseInfo) GetPhoneNum() string { - if m != nil { - return m.PhoneNum - } - return "" -} - -func (m *PersonBaseInfo) GetContent() string { - if m != nil { - return m.Content - } - return "" -} - -func (m *PersonBaseInfo) GetTableName() string { - if m != nil { - return m.TableName - } - return "" -} - -type Vediopersons struct { - ID string `protobuf:"bytes,1,opt,name=iD,proto3" json:"iD,omitempty"` - VideoReqNum string `protobuf:"bytes,2,opt,name=videoReqNum,proto3" json:"videoReqNum,omitempty"` - SdkType string `protobuf:"bytes,3,opt,name=sdkType,proto3" json:"sdkType,omitempty"` - Gender string `protobuf:"bytes,4,opt,name=gender,proto3" json:"gender,omitempty"` - PicName string `protobuf:"bytes,5,opt,name=picName,proto3" json:"picName,omitempty"` - Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"` - PersonPicUrl string `protobuf:"bytes,7,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"` - ChannlId string `protobuf:"bytes,8,opt,name=channlId,proto3" json:"channlId,omitempty"` - LikeDate string `protobuf:"bytes,9,opt,name=likeDate,proto3" json:"likeDate,omitempty"` - Race string `protobuf:"bytes,10,opt,name=race,proto3" json:"race,omitempty"` - PciAddress string `protobuf:"bytes,11,opt,name=pciAddress,proto3" json:"pciAddress,omitempty"` - PicMaxUrl string `protobuf:"bytes,12,opt,name=picMaxUrl,proto3" json:"picMaxUrl,omitempty"` - Age string `protobuf:"bytes,13,opt,name=age,proto3" json:"age,omitempty"` - PicDate string `protobuf:"bytes,14,opt,name=picDate,proto3" json:"picDate,omitempty"` - PicLocalUrl string `protobuf:"bytes,15,opt,name=picLocalUrl,proto3" json:"picLocalUrl,omitempty"` - IsDelete string `protobuf:"bytes,16,opt,name=isDelete,proto3" json:"isDelete,omitempty"` - TableName []string `protobuf:"bytes,17,rep,name=tableName,proto3" json:"tableName,omitempty"` - VideoNum string `protobuf:"bytes,18,opt,name=videoNum,proto3" json:"videoNum,omitempty"` - PicSmUrl string `protobuf:"bytes,19,opt,name=picSmUrl,proto3" json:"picSmUrl,omitempty"` - SimleLevel string `protobuf:"bytes,20,opt,name=simleLevel,proto3" json:"simleLevel,omitempty"` - IndeviceId string `protobuf:"bytes,21,opt,name=indeviceId,proto3" json:"indeviceId,omitempty"` - IDcard []string `protobuf:"bytes,22,rep,name=iDcard,proto3" json:"iDcard,omitempty"` - PersonId []string `protobuf:"bytes,23,rep,name=personId,proto3" json:"personId,omitempty"` - BeautyLevel string `protobuf:"bytes,24,opt,name=beautyLevel,proto3" json:"beautyLevel,omitempty"` - IndeviceName string `protobuf:"bytes,25,opt,name=indeviceName,proto3" json:"indeviceName,omitempty"` - FaceFeature string `protobuf:"bytes,26,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"` - PersonIsHub string `protobuf:"bytes,27,opt,name=personIsHub,proto3" json:"personIsHub,omitempty"` - VideoIp string `protobuf:"bytes,28,opt,name=videoIp,proto3" json:"videoIp,omitempty"` - AckAlarm string `protobuf:"bytes,29,opt,name=ackAlarm,proto3" json:"ackAlarm,omitempty"` - ClusterId string `protobuf:"bytes,30,opt,name=clusterId,proto3" json:"clusterId,omitempty"` - TaskId string `protobuf:"bytes,31,opt,name=taskId,proto3" json:"taskId,omitempty"` - TaskName string `protobuf:"bytes,32,opt,name=taskName,proto3" json:"taskName,omitempty"` - Baseinfo []*PersonBaseInfo `protobuf:"bytes,33,rep,name=baseinfo,proto3" json:"baseinfo,omitempty"` - Collection string `protobuf:"bytes,34,opt,name=collection,proto3" json:"collection,omitempty"` - AgeDescription string `protobuf:"bytes,35,opt,name=ageDescription,proto3" json:"ageDescription,omitempty"` - TableId []string `protobuf:"bytes,36,rep,name=tableId,proto3" json:"tableId,omitempty"` -} - -func (m *Vediopersons) Reset() { *m = Vediopersons{} } -func (m *Vediopersons) String() string { return proto.CompactTextString(m) } -func (*Vediopersons) ProtoMessage() {} -func (*Vediopersons) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{4} -} -func (m *Vediopersons) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *Vediopersons) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_Vediopersons.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 *Vediopersons) XXX_Merge(src proto.Message) { - xxx_messageInfo_Vediopersons.Merge(m, src) -} -func (m *Vediopersons) XXX_Size() int { - return m.Size() -} -func (m *Vediopersons) XXX_DiscardUnknown() { - xxx_messageInfo_Vediopersons.DiscardUnknown(m) -} - -var xxx_messageInfo_Vediopersons proto.InternalMessageInfo - -func (m *Vediopersons) GetID() string { - if m != nil { - return m.ID - } - return "" -} - -func (m *Vediopersons) GetVideoReqNum() string { - if m != nil { - return m.VideoReqNum - } - return "" -} - -func (m *Vediopersons) GetSdkType() string { - if m != nil { - return m.SdkType - } - return "" -} - -func (m *Vediopersons) GetGender() string { - if m != nil { - return m.Gender - } - return "" -} - -func (m *Vediopersons) GetPicName() string { - if m != nil { - return m.PicName - } - return "" -} - -func (m *Vediopersons) GetContent() string { - if m != nil { - return m.Content - } - return "" -} - -func (m *Vediopersons) GetPersonPicUrl() string { - if m != nil { - return m.PersonPicUrl - } - return "" -} - -func (m *Vediopersons) GetChannlId() string { - if m != nil { - return m.ChannlId - } - return "" -} - -func (m *Vediopersons) GetLikeDate() string { - if m != nil { - return m.LikeDate - } - return "" -} - -func (m *Vediopersons) GetRace() string { - if m != nil { - return m.Race - } - return "" -} - -func (m *Vediopersons) GetPciAddress() string { - if m != nil { - return m.PciAddress - } - return "" -} - -func (m *Vediopersons) GetPicMaxUrl() string { - if m != nil { - return m.PicMaxUrl - } - return "" -} - -func (m *Vediopersons) GetAge() string { - if m != nil { - return m.Age - } - return "" -} - -func (m *Vediopersons) GetPicDate() string { - if m != nil { - return m.PicDate - } - return "" -} - -func (m *Vediopersons) GetPicLocalUrl() string { - if m != nil { - return m.PicLocalUrl - } - return "" -} - -func (m *Vediopersons) GetIsDelete() string { - if m != nil { - return m.IsDelete - } - return "" -} - -func (m *Vediopersons) GetTableName() []string { - if m != nil { - return m.TableName - } - return nil -} - -func (m *Vediopersons) GetVideoNum() string { - if m != nil { - return m.VideoNum - } - return "" -} - -func (m *Vediopersons) GetPicSmUrl() string { - if m != nil { - return m.PicSmUrl - } - return "" -} - -func (m *Vediopersons) GetSimleLevel() string { - if m != nil { - return m.SimleLevel - } - return "" -} - -func (m *Vediopersons) GetIndeviceId() string { - if m != nil { - return m.IndeviceId - } - return "" -} - -func (m *Vediopersons) GetIDcard() []string { - if m != nil { - return m.IDcard - } - return nil -} - -func (m *Vediopersons) GetPersonId() []string { - if m != nil { - return m.PersonId - } - return nil -} - -func (m *Vediopersons) GetBeautyLevel() string { - if m != nil { - return m.BeautyLevel - } - return "" -} - -func (m *Vediopersons) GetIndeviceName() string { - if m != nil { - return m.IndeviceName - } - return "" -} - -func (m *Vediopersons) GetFaceFeature() string { - if m != nil { - return m.FaceFeature - } - return "" -} - -func (m *Vediopersons) GetPersonIsHub() string { - if m != nil { - return m.PersonIsHub - } - return "" -} - -func (m *Vediopersons) GetVideoIp() string { - if m != nil { - return m.VideoIp - } - return "" -} - -func (m *Vediopersons) GetAckAlarm() string { - if m != nil { - return m.AckAlarm - } - return "" -} - -func (m *Vediopersons) GetClusterId() string { - if m != nil { - return m.ClusterId - } - return "" -} - -func (m *Vediopersons) GetTaskId() string { - if m != nil { - return m.TaskId - } - return "" -} - -func (m *Vediopersons) GetTaskName() string { - if m != nil { - return m.TaskName - } - return "" -} - -func (m *Vediopersons) GetBaseinfo() []*PersonBaseInfo { - if m != nil { - return m.Baseinfo - } - return nil -} - -func (m *Vediopersons) GetCollection() string { - if m != nil { - return m.Collection - } - return "" -} - -func (m *Vediopersons) GetAgeDescription() string { - if m != nil { - return m.AgeDescription - } - return "" -} - -func (m *Vediopersons) GetTableId() []string { - if m != nil { - return m.TableId - } - return nil -} - //Area缁撴瀯浣� type Area struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` @@ -955,7 +223,7 @@ func (m *Area) String() string { return proto.CompactTextString(m) } func (*Area) ProtoMessage() {} func (*Area) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{5} + return fileDescriptor_32de24555f916688, []int{2} } func (m *Area) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1027,7 +295,7 @@ func (m *Camera) String() string { return proto.CompactTextString(m) } func (*Camera) ProtoMessage() {} func (*Camera) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{6} + return fileDescriptor_32de24555f916688, []int{3} } func (m *Camera) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1164,7 +432,7 @@ func (m *CameraAndTaskInfo) String() string { return proto.CompactTextString(m) } func (*CameraAndTaskInfo) ProtoMessage() {} func (*CameraAndTaskInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{7} + return fileDescriptor_32de24555f916688, []int{4} } func (m *CameraAndTaskInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1223,7 +491,7 @@ func (m *Task) String() string { return proto.CompactTextString(m) } func (*Task) ProtoMessage() {} func (*Task) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{8} + return fileDescriptor_32de24555f916688, []int{5} } func (m *Task) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1317,7 +585,7 @@ func (m *TaskSdkInfo) String() string { return proto.CompactTextString(m) } func (*TaskSdkInfo) ProtoMessage() {} func (*TaskSdkInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{9} + return fileDescriptor_32de24555f916688, []int{6} } func (m *TaskSdkInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1380,7 +648,7 @@ func (m *CameraTask) String() string { return proto.CompactTextString(m) } func (*CameraTask) ProtoMessage() {} func (*CameraTask) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{10} + return fileDescriptor_32de24555f916688, []int{7} } func (m *CameraTask) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1504,7 +772,7 @@ func (m *CameraTimerule) String() string { return proto.CompactTextString(m) } func (*CameraTimerule) ProtoMessage() {} func (*CameraTimerule) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{11} + return fileDescriptor_32de24555f916688, []int{8} } func (m *CameraTimerule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1564,7 +832,7 @@ func (m *DayCtl) String() string { return proto.CompactTextString(m) } func (*DayCtl) ProtoMessage() {} func (*DayCtl) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{12} + return fileDescriptor_32de24555f916688, []int{9} } func (m *DayCtl) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1617,7 +885,7 @@ func (m *TimeRange) String() string { return proto.CompactTextString(m) } func (*TimeRange) ProtoMessage() {} func (*TimeRange) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{13} + return fileDescriptor_32de24555f916688, []int{10} } func (m *TimeRange) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1671,7 +939,7 @@ func (m *Polygon) String() string { return proto.CompactTextString(m) } func (*Polygon) ProtoMessage() {} func (*Polygon) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{14} + return fileDescriptor_32de24555f916688, []int{11} } func (m *Polygon) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1730,7 +998,7 @@ func (m *CameraTaskArgs) String() string { return proto.CompactTextString(m) } func (*CameraTaskArgs) ProtoMessage() {} func (*CameraTaskArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{15} + return fileDescriptor_32de24555f916688, []int{12} } func (m *CameraTaskArgs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1782,7 +1050,7 @@ func (m *TaskGroupArgs) String() string { return proto.CompactTextString(m) } func (*TaskGroupArgs) ProtoMessage() {} func (*TaskGroupArgs) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{16} + return fileDescriptor_32de24555f916688, []int{13} } func (m *TaskGroupArgs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1834,7 +1102,7 @@ func (m *GroupRule) String() string { return proto.CompactTextString(m) } func (*GroupRule) ProtoMessage() {} func (*GroupRule) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{17} + return fileDescriptor_32de24555f916688, []int{14} } func (m *GroupRule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1896,7 +1164,7 @@ func (m *Rule) String() string { return proto.CompactTextString(m) } func (*Rule) ProtoMessage() {} func (*Rule) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{18} + return fileDescriptor_32de24555f916688, []int{15} } func (m *Rule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2028,7 +1296,7 @@ func (m *Sdk) String() string { return proto.CompactTextString(m) } func (*Sdk) ProtoMessage() {} func (*Sdk) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{19} + return fileDescriptor_32de24555f916688, []int{16} } func (m *Sdk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2149,7 +1417,7 @@ func (m *SdkArg) String() string { return proto.CompactTextString(m) } func (*SdkArg) ProtoMessage() {} func (*SdkArg) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{20} + return fileDescriptor_32de24555f916688, []int{17} } func (m *SdkArg) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2239,7 +1507,7 @@ func (m *DbChangeMessage) String() string { return proto.CompactTextString(m) } func (*DbChangeMessage) ProtoMessage() {} func (*DbChangeMessage) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{21} + return fileDescriptor_32de24555f916688, []int{18} } func (m *DbChangeMessage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2311,7 +1579,7 @@ func (m *CameraPolygon) String() string { return proto.CompactTextString(m) } func (*CameraPolygon) ProtoMessage() {} func (*CameraPolygon) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{22} + return fileDescriptor_32de24555f916688, []int{19} } func (m *CameraPolygon) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2406,7 +1674,7 @@ func (m *Point) String() string { return proto.CompactTextString(m) } func (*Point) ProtoMessage() {} func (*Point) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{23} + return fileDescriptor_32de24555f916688, []int{20} } func (m *Point) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2460,7 +1728,7 @@ func (m *Rect) String() string { return proto.CompactTextString(m) } func (*Rect) ProtoMessage() {} func (*Rect) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{24} + return fileDescriptor_32de24555f916688, []int{21} } func (m *Rect) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2528,7 +1796,7 @@ func (m *Image) String() string { return proto.CompactTextString(m) } func (*Image) ProtoMessage() {} func (*Image) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{25} + return fileDescriptor_32de24555f916688, []int{22} } func (m *Image) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2589,7 +1857,7 @@ func (m *FaceAngle) String() string { return proto.CompactTextString(m) } func (*FaceAngle) ProtoMessage() {} func (*FaceAngle) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{26} + return fileDescriptor_32de24555f916688, []int{23} } func (m *FaceAngle) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2658,7 +1926,7 @@ func (m *ThftResult) String() string { return proto.CompactTextString(m) } func (*ThftResult) ProtoMessage() {} func (*ThftResult) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{27} + return fileDescriptor_32de24555f916688, []int{24} } func (m *ThftResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2737,7 +2005,7 @@ func (m *FacePos) String() string { return proto.CompactTextString(m) } func (*FacePos) ProtoMessage() {} func (*FacePos) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{28} + return fileDescriptor_32de24555f916688, []int{25} } func (m *FacePos) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2838,7 +2106,7 @@ func (m *FaceInfo) String() string { return proto.CompactTextString(m) } func (*FaceInfo) ProtoMessage() {} func (*FaceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{29} + return fileDescriptor_32de24555f916688, []int{26} } func (m *FaceInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2940,7 +2208,7 @@ func (m *ObjInfo) String() string { return proto.CompactTextString(m) } func (*ObjInfo) ProtoMessage() {} func (*ObjInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{30} + return fileDescriptor_32de24555f916688, []int{27} } func (m *ObjInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3001,7 +2269,7 @@ func (m *ParamFacePos) String() string { return proto.CompactTextString(m) } func (*ParamFacePos) ProtoMessage() {} func (*ParamFacePos) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{31} + return fileDescriptor_32de24555f916688, []int{28} } func (m *ParamFacePos) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3061,7 +2329,7 @@ func (m *ParamFaceCompare) String() string { return proto.CompactTextString(m) } func (*ParamFaceCompare) ProtoMessage() {} func (*ParamFaceCompare) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{32} + return fileDescriptor_32de24555f916688, []int{29} } func (m *ParamFaceCompare) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3114,7 +2382,7 @@ func (m *ParamYoloObj) String() string { return proto.CompactTextString(m) } func (*ParamYoloObj) ProtoMessage() {} func (*ParamYoloObj) Descriptor() ([]byte, []int) { - return fileDescriptor_32de24555f916688, []int{33} + return fileDescriptor_32de24555f916688, []int{30} } func (m *ParamYoloObj) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3162,9 +2430,6 @@ proto.RegisterEnum("protomsg.DbAction", DbAction_name, DbAction_value) proto.RegisterType((*TaskLabel)(nil), "protomsg.TaskLabel") proto.RegisterType((*SdkMessage)(nil), "protomsg.SdkMessage") - proto.RegisterType((*Personaction)(nil), "protomsg.Personaction") - proto.RegisterType((*PersonBaseInfo)(nil), "protomsg.PersonBaseInfo") - proto.RegisterType((*Vediopersons)(nil), "protomsg.Vediopersons") proto.RegisterType((*Area)(nil), "protomsg.Area") proto.RegisterType((*Camera)(nil), "protomsg.Camera") proto.RegisterType((*CameraAndTaskInfo)(nil), "protomsg.CameraAndTaskInfo") @@ -3199,176 +2464,130 @@ func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) } var fileDescriptor_32de24555f916688 = []byte{ - // 2689 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4b, 0x93, 0x1c, 0x47, - 0x11, 0xd6, 0xbc, 0x67, 0x72, 0x66, 0x57, 0xa3, 0xb6, 0x2c, 0xb7, 0x6c, 0x79, 0xbd, 0x6a, 0x09, - 0x5b, 0x18, 0xdb, 0x04, 0x6b, 0x1f, 0x08, 0x0e, 0x44, 0xac, 0xb5, 0x08, 0x26, 0x90, 0xd7, 0xeb, - 0xda, 0xb5, 0x09, 0x7c, 0x60, 0xa2, 0xa6, 0xab, 0x66, 0xb6, 0x3c, 0x3d, 0xdd, 0xed, 0xee, 0x9a, - 0x95, 0xe6, 0xc0, 0x8d, 0x3b, 0x1c, 0xf9, 0x0f, 0xdc, 0xf8, 0x15, 0x3e, 0x10, 0x84, 0x6f, 0x70, - 0x83, 0xb0, 0x83, 0x0b, 0x04, 0xff, 0x81, 0xc8, 0xac, 0xaa, 0x7e, 0xcc, 0xae, 0x6c, 0x47, 0x38, - 0x7c, 0xe3, 0x56, 0xf9, 0xe8, 0x7a, 0x7c, 0x99, 0xf5, 0x65, 0x76, 0xc1, 0x6e, 0x9a, 0x25, 0x3a, - 0x59, 0xe5, 0x8b, 0xb7, 0x68, 0xe0, 0xf5, 0x9d, 0x1c, 0x7c, 0x00, 0x83, 0x33, 0x9e, 0x2f, 0x1f, - 0xf3, 0x99, 0x8c, 0xbc, 0x5b, 0xd0, 0xd5, 0x3c, 0x5f, 0x2a, 0xe1, 0x37, 0xf6, 0x1b, 0x0f, 0x06, - 0xcc, 0x4a, 0xa8, 0xcf, 0xc5, 0x52, 0x89, 0xdc, 0x6f, 0xee, 0xb7, 0x50, 0x6f, 0x24, 0xef, 0x26, - 0x74, 0x54, 0x2c, 0xe4, 0x53, 0xbf, 0xb5, 0xdf, 0x78, 0xd0, 0x61, 0x46, 0x08, 0xfe, 0xd6, 0x00, - 0x38, 0x15, 0xcb, 0xf7, 0x64, 0x9e, 0xf3, 0x85, 0xf4, 0xc6, 0xd0, 0x0a, 0x8b, 0x19, 0x71, 0xe8, - 0xbd, 0x09, 0x3d, 0x9c, 0x38, 0xe2, 0x33, 0xbf, 0xb9, 0xdf, 0x78, 0x30, 0x3c, 0x78, 0xee, 0xad, - 0x62, 0x7f, 0xc5, 0x66, 0x98, 0xf3, 0xf1, 0x3c, 0x68, 0x0b, 0xae, 0x39, 0x2d, 0x32, 0x62, 0x34, - 0xf6, 0x7e, 0x02, 0xa3, 0x54, 0x66, 0x79, 0x12, 0xf3, 0x50, 0xab, 0x24, 0xf6, 0xdb, 0x34, 0xcf, - 0xad, 0x72, 0x9e, 0x93, 0x8a, 0x95, 0xd5, 0x7c, 0xbd, 0x1f, 0xc3, 0xf0, 0x42, 0x0a, 0x95, 0x18, - 0xa5, 0xdf, 0xd9, 0xfe, 0xf4, 0xa3, 0xd2, 0x98, 0xb3, 0xaa, 0x6b, 0xf0, 0x79, 0x17, 0x46, 0xd5, - 0x89, 0x11, 0x18, 0xb5, 0x5a, 0xfc, 0x52, 0x6e, 0x1c, 0x60, 0x46, 0xf2, 0xf6, 0x61, 0x78, 0xa1, - 0x84, 0x4c, 0x98, 0xfc, 0xf4, 0x78, 0xbd, 0xa2, 0x53, 0x0e, 0x58, 0x55, 0xe5, 0xf9, 0xd0, 0xcb, - 0xc5, 0xf2, 0x6c, 0x93, 0x4a, 0x3a, 0xd7, 0x80, 0x39, 0x11, 0x2d, 0xa9, 0x0a, 0x8f, 0xf9, 0x4a, - 0xd2, 0xa9, 0x06, 0xcc, 0x89, 0x68, 0x09, 0x93, 0x58, 0xcb, 0x58, 0xd3, 0xa6, 0x07, 0xcc, 0x89, - 0xde, 0xcb, 0x00, 0x61, 0xb4, 0xce, 0xb5, 0xcc, 0xa6, 0x4a, 0xf8, 0x5d, 0x32, 0x0e, 0xac, 0x66, - 0x22, 0xbc, 0xc0, 0xa1, 0x75, 0xa2, 0xc2, 0x0f, 0xb3, 0xc8, 0xef, 0x91, 0x43, 0x4d, 0xe7, 0xbd, - 0x08, 0xfd, 0xf0, 0x9c, 0xc7, 0x71, 0x34, 0x11, 0x7e, 0x9f, 0xec, 0x85, 0x8c, 0xb6, 0x48, 0x2d, - 0xe5, 0x11, 0xd7, 0xd2, 0x1f, 0x18, 0x9b, 0x93, 0xbd, 0x3d, 0x80, 0x54, 0x85, 0x87, 0x42, 0x64, - 0x32, 0xcf, 0x7d, 0x20, 0x6b, 0x45, 0xe3, 0xdd, 0x81, 0x41, 0xaa, 0xc2, 0xf7, 0xf8, 0x53, 0x5c, - 0x78, 0x68, 0x76, 0x56, 0x28, 0xec, 0x61, 0x69, 0xe2, 0x51, 0x71, 0x58, 0x9a, 0x77, 0x1f, 0x86, - 0xa9, 0x0a, 0x1f, 0x27, 0x21, 0x8f, 0xf0, 0xcb, 0x1d, 0x03, 0x61, 0x45, 0x85, 0xbb, 0x52, 0xf9, - 0x91, 0x8c, 0xa4, 0x96, 0xfe, 0xae, 0xd9, 0x95, 0x93, 0x71, 0x5e, 0xdc, 0xe1, 0x89, 0xcc, 0xfc, - 0xeb, 0x66, 0x5e, 0x2b, 0xe2, 0x57, 0x33, 0x9e, 0x4b, 0xc2, 0x77, 0x6c, 0xbe, 0x72, 0x32, 0xda, - 0x28, 0x46, 0x18, 0xb3, 0x1b, 0xc6, 0xe6, 0x64, 0x3c, 0x67, 0x98, 0x44, 0x91, 0x34, 0xf9, 0xe6, - 0x99, 0x73, 0x96, 0x1a, 0xfc, 0x36, 0x55, 0xe1, 0xe9, 0x0a, 0x37, 0xfb, 0x9c, 0xf9, 0xd6, 0xc9, - 0xf8, 0x2d, 0x5e, 0x8d, 0x0b, 0x15, 0x4a, 0x25, 0xfc, 0x9b, 0xe6, 0xdb, 0x52, 0x43, 0x69, 0x24, - 0x42, 0x9e, 0x09, 0xff, 0x79, 0x9b, 0x46, 0x24, 0x79, 0x2f, 0xc1, 0x80, 0x87, 0xcb, 0x29, 0x8f, - 0x78, 0xb6, 0xf2, 0x6f, 0x99, 0x49, 0x79, 0xb8, 0x3c, 0x44, 0x99, 0x16, 0xa4, 0x00, 0x4e, 0x84, - 0xff, 0x82, 0x5d, 0xd0, 0xca, 0xde, 0x2e, 0x34, 0x95, 0xf0, 0x7d, 0xd2, 0x36, 0x15, 0x25, 0x80, - 0x5b, 0x2e, 0xc6, 0x83, 0xdf, 0x36, 0x09, 0x50, 0xd5, 0x21, 0xe0, 0x73, 0x1e, 0xca, 0x47, 0x92, - 0xeb, 0x75, 0x26, 0xfd, 0x17, 0x0d, 0xe0, 0x15, 0x15, 0x85, 0xc4, 0xac, 0x90, 0xff, 0x62, 0x3d, - 0xf3, 0x5f, 0xb2, 0x21, 0x29, 0x55, 0x08, 0x3b, 0x01, 0x36, 0x49, 0xfd, 0x3b, 0x06, 0x76, 0x2b, - 0x3a, 0x6a, 0x99, 0x08, 0xff, 0xe5, 0x92, 0x5a, 0x26, 0x22, 0xf8, 0x6b, 0x13, 0x76, 0xcd, 0x95, - 0x7a, 0x97, 0xe7, 0x72, 0x12, 0xcf, 0x93, 0x72, 0x99, 0x63, 0xbe, 0xe2, 0xd2, 0xde, 0xac, 0xaa, - 0x8a, 0xf0, 0x3a, 0x7a, 0x88, 0x78, 0x35, 0x2d, 0x5e, 0x24, 0xa1, 0x7e, 0x21, 0x63, 0x21, 0x33, - 0x7b, 0xa7, 0xac, 0x74, 0x29, 0xff, 0xdb, 0x57, 0xe4, 0x7f, 0x25, 0x63, 0x3a, 0xf5, 0x8c, 0xf1, - 0x91, 0xae, 0x66, 0x91, 0x9c, 0xb8, 0x9b, 0xe5, 0x44, 0x9c, 0x77, 0x95, 0xc4, 0x4a, 0x27, 0xd9, - 0x63, 0x79, 0x21, 0x8b, 0x7b, 0x55, 0xd5, 0xd5, 0xc2, 0xd4, 0xdf, 0x0a, 0x13, 0xda, 0xce, 0x93, - 0x58, 0x62, 0xbe, 0xd9, 0x7b, 0xe5, 0xe4, 0xea, 0x65, 0x87, 0xfa, 0x65, 0xbf, 0x03, 0x03, 0xda, - 0x00, 0xa5, 0xb0, 0xbd, 0x51, 0x85, 0x22, 0xf8, 0x73, 0x1f, 0x46, 0x55, 0x06, 0xa3, 0x5c, 0x38, - 0xb2, 0x28, 0x36, 0xd5, 0xd1, 0xb7, 0xe2, 0xa6, 0x12, 0xe0, 0x76, 0x0d, 0xe0, 0x0a, 0x67, 0x75, - 0x9e, 0xc9, 0x59, 0xdd, 0xfa, 0x31, 0xbe, 0x4b, 0x52, 0xf2, 0xa0, 0x9d, 0xf1, 0x50, 0x5a, 0xe4, - 0x68, 0x4c, 0x44, 0x15, 0x2a, 0x47, 0x54, 0x43, 0x4b, 0x54, 0x85, 0xa6, 0x4e, 0x54, 0xa3, 0x6d, - 0xa2, 0x1a, 0x43, 0x8b, 0x2f, 0xa4, 0xa5, 0x21, 0x1c, 0x56, 0xa9, 0x6b, 0xf7, 0x2b, 0xa9, 0xeb, - 0xfa, 0x57, 0x53, 0xd7, 0x78, 0x8b, 0xba, 0x6a, 0xe1, 0xbd, 0x41, 0xf5, 0xb6, 0x54, 0xd4, 0x28, - 0xca, 0xdb, 0xa2, 0xa8, 0xaf, 0xa1, 0xa0, 0x5c, 0xad, 0x22, 0x69, 0x12, 0xd5, 0x52, 0x50, 0xa9, - 0xa9, 0x52, 0xd4, 0xc4, 0xd1, 0x50, 0x45, 0x63, 0xae, 0x1c, 0x51, 0xd4, 0x2d, 0xd3, 0x02, 0x18, - 0x69, 0x8b, 0x85, 0x5a, 0xb5, 0xf4, 0xde, 0x87, 0xe1, 0x4c, 0xf2, 0xb5, 0xde, 0x98, 0x45, 0x0d, - 0x1d, 0x55, 0x55, 0x55, 0x5e, 0x3a, 0xbe, 0x82, 0x97, 0x8e, 0xbf, 0x7b, 0x5e, 0x7a, 0x11, 0x0a, - 0x46, 0xb5, 0xcc, 0x54, 0x32, 0xec, 0x1d, 0x28, 0x6b, 0xa8, 0xbf, 0xb7, 0x5d, 0x54, 0x4b, 0x46, - 0x7b, 0xa5, 0xca, 0x68, 0x38, 0x23, 0x8e, 0xe8, 0x3c, 0xfb, 0x66, 0x46, 0x27, 0x7b, 0xef, 0x98, - 0xe2, 0xa3, 0xe2, 0x79, 0xe2, 0xdf, 0xdd, 0x6f, 0x3d, 0x18, 0x1e, 0xf8, 0xdb, 0x2d, 0x8b, 0xa3, - 0x41, 0x56, 0x78, 0x6e, 0x95, 0x9e, 0xe0, 0x52, 0xe9, 0x79, 0x15, 0x76, 0xf9, 0x42, 0x1e, 0xc9, - 0x3c, 0xcc, 0x54, 0x4a, 0x3e, 0xf7, 0xc8, 0x67, 0x4b, 0x5b, 0x25, 0xb2, 0xfb, 0x14, 0x2a, 0x27, - 0x06, 0x8f, 0xa0, 0x7d, 0x98, 0x49, 0x6e, 0xeb, 0x46, 0x83, 0xba, 0x39, 0xac, 0x1b, 0x18, 0x5d, - 0x9e, 0xc9, 0x58, 0x2b, 0x43, 0xb5, 0x1d, 0x56, 0xc8, 0x78, 0xc7, 0xa8, 0x96, 0x18, 0x8a, 0xa0, - 0x71, 0xf0, 0x59, 0x13, 0xba, 0x0f, 0xf9, 0x4a, 0x66, 0xd5, 0xa9, 0x4c, 0x09, 0x72, 0xee, 0xcd, - 0xd2, 0x1d, 0x75, 0xda, 0xb1, 0x4c, 0x87, 0xd1, 0x18, 0x75, 0x5c, 0x08, 0x47, 0x30, 0x34, 0x46, - 0xa8, 0x79, 0x26, 0xb9, 0x12, 0xc4, 0x2e, 0x1d, 0x66, 0x25, 0x0c, 0x50, 0x94, 0xc4, 0x0b, 0xa5, - 0xd7, 0x42, 0x12, 0xbd, 0x34, 0x59, 0xa9, 0x20, 0x82, 0xe0, 0xda, 0x18, 0x7b, 0x64, 0x2c, 0x64, - 0x22, 0x08, 0x9d, 0xa7, 0x96, 0x54, 0x68, 0x4c, 0x3b, 0x4e, 0x2d, 0x95, 0x34, 0x55, 0x8a, 0x3e, - 0x69, 0x92, 0x19, 0xfa, 0xed, 0x30, 0x1a, 0xe3, 0x9c, 0xeb, 0x5c, 0x66, 0x71, 0x49, 0xbd, 0x85, - 0x6c, 0xc0, 0xca, 0xf3, 0x27, 0x49, 0x26, 0x2c, 0x7f, 0x14, 0x32, 0x76, 0xca, 0xb3, 0x8c, 0xc7, - 0xc2, 0x12, 0x88, 0x11, 0xf0, 0x8b, 0x4c, 0xe6, 0x32, 0xbb, 0x90, 0xc2, 0x75, 0x30, 0x4e, 0x0e, - 0x42, 0xb8, 0x61, 0x90, 0x3c, 0x8c, 0x05, 0x36, 0xc5, 0x54, 0x1a, 0x1f, 0x40, 0x37, 0x24, 0x25, - 0x01, 0x3b, 0x3c, 0x18, 0x97, 0xd9, 0x63, 0x9c, 0x99, 0xb5, 0x7b, 0xf7, 0xa1, 0x83, 0x59, 0x67, - 0x3a, 0xf6, 0xe1, 0xc1, 0x6e, 0xbd, 0xc3, 0x66, 0xc6, 0x18, 0xfc, 0xa3, 0x01, 0x6d, 0x94, 0x9f, - 0xd9, 0xf9, 0xdb, 0x64, 0xae, 0x44, 0xae, 0x90, 0xb1, 0x3b, 0x09, 0x33, 0xc9, 0xb5, 0x9c, 0x72, - 0x6d, 0xb3, 0xa0, 0x6f, 0x14, 0x87, 0xba, 0x62, 0x9c, 0x6d, 0x6c, 0x2c, 0xad, 0xf1, 0xdd, 0x0d, - 0x1a, 0xd7, 0xa9, 0xb0, 0x5f, 0x76, 0x2c, 0x8c, 0xa4, 0x38, 0xd4, 0xb8, 0x15, 0x19, 0x63, 0x5e, - 0x52, 0x44, 0xfb, 0xcc, 0x4a, 0xde, 0x6d, 0xe4, 0x4c, 0xdb, 0x0b, 0xf5, 0xc8, 0xd2, 0x53, 0xb9, - 0xb9, 0xa8, 0xb7, 0xa1, 0x2f, 0x64, 0x34, 0x9d, 0x47, 0x7c, 0x41, 0x11, 0xed, 0xb3, 0x9e, 0x90, - 0xd1, 0xa3, 0x88, 0x2f, 0x82, 0x33, 0x18, 0xe2, 0x01, 0x4f, 0x85, 0x01, 0x30, 0x80, 0x36, 0xee, - 0xdf, 0xc2, 0xb7, 0x8d, 0x0a, 0xd9, 0xbc, 0xbb, 0xd0, 0xce, 0x45, 0x81, 0xdc, 0x4e, 0xe9, 0x73, - 0x2a, 0x96, 0x8c, 0x4c, 0xc1, 0xbf, 0x9b, 0x00, 0x06, 0x70, 0x42, 0x6f, 0x3b, 0xd7, 0xb1, 0x1d, - 0x27, 0xeb, 0xd4, 0xfc, 0x33, 0x19, 0xe6, 0x20, 0xcd, 0x44, 0xe4, 0xde, 0x0b, 0xe6, 0xff, 0x07, - 0x5b, 0xf5, 0x56, 0x8d, 0x3a, 0xde, 0x84, 0x81, 0x56, 0x2b, 0x39, 0xcd, 0xd6, 0x11, 0x36, 0xff, - 0xad, 0x7a, 0x84, 0x8f, 0xf8, 0xe6, 0xa1, 0x8e, 0x58, 0x1f, 0x5d, 0xd8, 0x3a, 0x92, 0xb8, 0x4c, - 0x26, 0x79, 0xa8, 0x8d, 0xbf, 0xc1, 0x71, 0x40, 0x1a, 0x32, 0xdf, 0x85, 0x91, 0x31, 0x1b, 0x32, - 0xb5, 0xf5, 0x77, 0x48, 0xba, 0x23, 0x52, 0xd5, 0x80, 0xeb, 0xd5, 0x80, 0xf3, 0x5e, 0x81, 0xa1, - 0x8d, 0x51, 0x05, 0x56, 0x30, 0x2a, 0x72, 0x28, 0xe3, 0x34, 0xa8, 0xc5, 0xc9, 0x83, 0x76, 0x5e, - 0xb9, 0x36, 0x38, 0xc6, 0x13, 0xab, 0x7c, 0x3a, 0x5f, 0x47, 0xe6, 0x17, 0xa0, 0xcf, 0xba, 0x2a, - 0x7f, 0xb4, 0x8e, 0xb0, 0x00, 0xec, 0x44, 0x2a, 0x5e, 0x4e, 0x17, 0x59, 0xb2, 0x4e, 0x11, 0x10, - 0x73, 0x71, 0x86, 0xa8, 0xfc, 0x39, 0xea, 0x26, 0x22, 0xf8, 0x00, 0x76, 0x2d, 0xd6, 0x6a, 0x25, - 0xf1, 0xa8, 0xdf, 0x88, 0x5b, 0x5e, 0xaa, 0x62, 0x69, 0xb3, 0xd3, 0x21, 0x17, 0x1c, 0x43, 0xd7, - 0xa0, 0x89, 0x75, 0x5d, 0xf0, 0x8d, 0xa5, 0x3c, 0x1c, 0x7a, 0x07, 0x00, 0xe6, 0x43, 0x1e, 0x2f, - 0xa4, 0x4d, 0x82, 0xea, 0x0f, 0x2a, 0xce, 0x81, 0x26, 0x46, 0xf3, 0xd3, 0x30, 0x78, 0x1b, 0x06, - 0x85, 0x1e, 0xef, 0x7a, 0xae, 0x79, 0xa6, 0xed, 0x06, 0x8d, 0x80, 0x0b, 0xc9, 0xd8, 0x35, 0xac, - 0x38, 0x0c, 0x3e, 0x82, 0xde, 0x49, 0x12, 0x6d, 0x16, 0x49, 0xfc, 0x8d, 0x0e, 0xf4, 0x1a, 0x74, - 0xd3, 0x44, 0xc5, 0x3a, 0xf7, 0x5b, 0xb4, 0xa7, 0xeb, 0x95, 0xca, 0x81, 0x7a, 0x66, 0xcd, 0x41, - 0x58, 0xe0, 0xc5, 0xf3, 0xe5, 0x61, 0xb6, 0xc8, 0xe9, 0x32, 0xba, 0x7c, 0xb4, 0xab, 0xf4, 0x5d, - 0x3a, 0x7a, 0xef, 0x60, 0xbf, 0x91, 0x2f, 0xa7, 0x3c, 0x5b, 0xb8, 0x9c, 0x7f, 0xa1, 0x7e, 0x2f, - 0x28, 0x10, 0x38, 0x91, 0xb9, 0xfc, 0x38, 0x0a, 0x7e, 0x03, 0x3b, 0x35, 0x53, 0x35, 0xa9, 0x1b, - 0xb5, 0xa4, 0x7e, 0x07, 0x86, 0x26, 0xba, 0x18, 0x89, 0xfc, 0x32, 0xa0, 0x34, 0x05, 0x46, 0x85, - 0xc1, 0xc2, 0x0d, 0xf3, 0xe0, 0x31, 0x0c, 0x0a, 0x03, 0xa6, 0x69, 0x91, 0x20, 0x66, 0xf2, 0xde, - 0xc2, 0x24, 0x07, 0xf2, 0x5c, 0x75, 0xde, 0xca, 0x8d, 0xa6, 0x29, 0x8d, 0x31, 0xf8, 0x4f, 0x13, - 0xda, 0xec, 0xaa, 0xcc, 0xb9, 0x0f, 0xbb, 0x16, 0x19, 0xb7, 0x79, 0x03, 0xf9, 0x28, 0x2c, 0x10, - 0x9c, 0x88, 0x3a, 0x7e, 0xad, 0x2d, 0xfc, 0x5e, 0x06, 0x48, 0x4d, 0x18, 0xd1, 0xda, 0xb6, 0x8d, - 0xa3, 0xd1, 0x4c, 0x84, 0xf7, 0x3c, 0xbd, 0x9d, 0x4c, 0x6d, 0xed, 0xc2, 0x74, 0x10, 0x4b, 0xfa, - 0x75, 0xd8, 0x41, 0x35, 0xcf, 0x16, 0x53, 0x1e, 0x29, 0x9e, 0xbb, 0xdb, 0x99, 0x0b, 0xc4, 0xf7, - 0x10, 0x55, 0x48, 0xbe, 0xd8, 0xc5, 0x73, 0x9d, 0x64, 0xb6, 0x3b, 0x2e, 0x64, 0xef, 0x1e, 0xec, - 0xb8, 0xf1, 0x94, 0x6a, 0xa8, 0xa9, 0x64, 0x23, 0xa7, 0xa4, 0x76, 0xbd, 0xb2, 0xc8, 0x05, 0x8f, - 0xd6, 0xae, 0x4f, 0xb6, 0x8b, 0x7c, 0x84, 0xaa, 0x2b, 0xaf, 0x6b, 0x00, 0x3b, 0x88, 0xdb, 0xf4, - 0x89, 0xd2, 0xe7, 0xd3, 0x34, 0x73, 0xa5, 0x6e, 0x88, 0xca, 0x5f, 0x29, 0x7d, 0x7e, 0x92, 0xd5, - 0x63, 0x32, 0xaa, 0xc5, 0x24, 0xf8, 0x53, 0x13, 0x5a, 0xa7, 0xe2, 0x32, 0x2d, 0xde, 0x86, 0x3e, - 0x6e, 0x87, 0xb6, 0xdb, 0xac, 0xff, 0x58, 0x58, 0x53, 0xa5, 0xa1, 0x40, 0x13, 0xf5, 0x4c, 0xf7, - 0xa1, 0x4d, 0xa9, 0x79, 0x89, 0x0f, 0x4f, 0xe9, 0x14, 0x8c, 0xac, 0x78, 0x0c, 0x15, 0xda, 0xd7, - 0x9c, 0x01, 0xa3, 0x31, 0x5e, 0xb9, 0x75, 0x16, 0x59, 0x64, 0x71, 0x88, 0xa4, 0x66, 0xab, 0x12, - 0xde, 0x5d, 0x0b, 0x2a, 0x18, 0x15, 0x5e, 0xe0, 0x0a, 0xeb, 0x91, 0x83, 0x01, 0xd5, 0xb2, 0x1e, - 0x39, 0xd4, 0xea, 0xda, 0x60, 0xab, 0xae, 0xf9, 0xd0, 0x33, 0x24, 0x28, 0x08, 0xce, 0x3e, 0x73, - 0x62, 0x8d, 0x68, 0x87, 0x84, 0x74, 0x51, 0xa1, 0xfe, 0xd8, 0x80, 0xae, 0x39, 0x0a, 0x32, 0x87, - 0x49, 0x06, 0xcb, 0x1c, 0x24, 0x7c, 0x6d, 0xe7, 0x34, 0x28, 0x3b, 0xa7, 0xd5, 0x3a, 0xd7, 0x94, - 0x82, 0x7d, 0x46, 0x63, 0xd4, 0xad, 0x63, 0xe5, 0x8a, 0x2c, 0x8d, 0x71, 0x15, 0xc3, 0x6d, 0x06, - 0x18, 0x23, 0x14, 0x79, 0xd0, 0x2b, 0xf3, 0x20, 0xf8, 0x7d, 0x03, 0xae, 0x1f, 0xcd, 0x1e, 0x9e, - 0xa3, 0x83, 0x7b, 0xce, 0x7b, 0x03, 0x1b, 0x0b, 0x64, 0x7d, 0xdc, 0xe3, 0x6e, 0xf5, 0xdd, 0xec, - 0x0c, 0xd5, 0xc6, 0x59, 0x30, 0xe3, 0x64, 0x53, 0xa0, 0x59, 0xa4, 0xc0, 0xeb, 0xd0, 0xb5, 0x2f, - 0x76, 0x2d, 0xfa, 0xdc, 0xab, 0x94, 0xb7, 0xd9, 0xa1, 0x79, 0xad, 0xb3, 0x1e, 0x14, 0x52, 0x6c, - 0x94, 0x6d, 0x27, 0x88, 0xe3, 0xe0, 0xbf, 0x0d, 0xd8, 0x31, 0xe4, 0xf6, 0x2c, 0xea, 0xac, 0xdd, - 0xd5, 0xe6, 0xd6, 0x5d, 0xbd, 0xa2, 0x67, 0xa5, 0xff, 0x38, 0x33, 0x57, 0xf1, 0xde, 0x66, 0xa7, - 0xbe, 0x0b, 0x23, 0x9d, 0xa9, 0xc5, 0x42, 0x66, 0xd3, 0x48, 0xc5, 0xae, 0xc2, 0x0e, 0xad, 0xee, - 0xb1, 0x8a, 0xa5, 0xf7, 0x3d, 0xd8, 0x15, 0x2a, 0x33, 0x7d, 0xb8, 0x71, 0x32, 0xa0, 0xee, 0x14, - 0x5a, 0x72, 0x73, 0xe1, 0xea, 0x55, 0xc2, 0x75, 0x0f, 0x76, 0x84, 0x9c, 0xcb, 0x38, 0x94, 0xd3, - 0x5c, 0xe3, 0x5f, 0x64, 0x9f, 0x90, 0x1f, 0x59, 0xe5, 0x29, 0xea, 0x82, 0x7b, 0xd0, 0x21, 0x72, - 0xf7, 0x46, 0xd0, 0x78, 0x6a, 0xab, 0x54, 0xe3, 0x29, 0x4a, 0x1b, 0xdb, 0x90, 0x37, 0x36, 0xc1, - 0xc7, 0xd0, 0x66, 0x32, 0xa4, 0x60, 0x47, 0x72, 0xae, 0xad, 0x1b, 0x8d, 0xf1, 0x0e, 0xe8, 0x24, - 0xb5, 0xbe, 0x38, 0xa4, 0xf0, 0xab, 0xc5, 0xb9, 0x76, 0x8f, 0xb6, 0x24, 0x60, 0x35, 0x9f, 0x25, - 0x5a, 0x27, 0x2b, 0x02, 0xa1, 0xc3, 0xac, 0x14, 0x4c, 0xa0, 0x33, 0x59, 0x71, 0x53, 0xd5, 0x9e, - 0x28, 0xa1, 0xcf, 0xed, 0xec, 0x46, 0xc0, 0xcf, 0xce, 0x25, 0xcd, 0x66, 0x56, 0xb0, 0xd2, 0x55, - 0x6f, 0xb6, 0xc1, 0x02, 0x06, 0x8f, 0x78, 0x28, 0x0f, 0xe3, 0x45, 0x44, 0xaf, 0xc2, 0x1b, 0xfe, - 0xc4, 0xd5, 0xdd, 0x0d, 0x7f, 0x82, 0x0b, 0xa4, 0x4a, 0x87, 0xe7, 0x76, 0x26, 0x23, 0x50, 0xa3, - 0x9e, 0x44, 0x91, 0xfb, 0x45, 0xc0, 0xb1, 0xf9, 0x1f, 0x8a, 0xe7, 0x4a, 0x20, 0x4e, 0xb4, 0xdf, - 0x26, 0xab, 0x68, 0x82, 0xa7, 0x00, 0x67, 0xe7, 0x73, 0xcd, 0x64, 0xbe, 0x8e, 0x74, 0xe5, 0xcd, - 0xc2, 0x2c, 0xe6, 0xde, 0x2c, 0xec, 0x1f, 0xbd, 0x45, 0x86, 0x2f, 0xca, 0x57, 0x03, 0xb7, 0x16, - 0x0f, 0xe9, 0xc5, 0xc3, 0xfc, 0xb0, 0x16, 0xb8, 0x90, 0x44, 0x45, 0x7e, 0xa5, 0x6c, 0xdb, 0xd5, - 0x61, 0x46, 0x08, 0xfe, 0xd2, 0x84, 0x1e, 0x9e, 0xf1, 0x24, 0xc9, 0xbd, 0x57, 0xa1, 0x9b, 0x85, - 0x28, 0x5c, 0x6e, 0x36, 0x31, 0x5a, 0xcc, 0x5a, 0xb1, 0xe9, 0x4b, 0xf5, 0x63, 0x39, 0xd7, 0x3f, - 0xdb, 0x48, 0xfb, 0x1e, 0x7e, 0xa9, 0xb4, 0x97, 0x1e, 0xde, 0x0f, 0x01, 0x52, 0xcd, 0x10, 0x64, - 0xf4, 0x6f, 0x5d, 0xed, 0x5f, 0x71, 0xf1, 0xbe, 0x0f, 0xbd, 0x54, 0xbf, 0x97, 0xac, 0xf5, 0xb9, - 0x7d, 0x25, 0xbf, 0xe4, 0xed, 0xec, 0xd4, 0x62, 0xe8, 0xe3, 0x24, 0x97, 0xf6, 0x51, 0xfc, 0x8a, - 0x16, 0x83, 0xcc, 0xde, 0x0f, 0xa0, 0x3b, 0xa7, 0x38, 0x52, 0xba, 0xd7, 0xca, 0x79, 0x11, 0x62, - 0x66, 0x5d, 0xf0, 0x82, 0x7d, 0xba, 0xe6, 0x91, 0xd2, 0x1b, 0x4b, 0x2e, 0x4e, 0xc4, 0x40, 0xce, - 0x79, 0xa8, 0x78, 0x74, 0x84, 0xb9, 0xd2, 0xa7, 0x5c, 0xa9, 0x68, 0x82, 0x7f, 0x35, 0xa1, 0x8f, - 0xf3, 0x51, 0xeb, 0xfe, 0x7f, 0x3c, 0xbf, 0x2d, 0x9e, 0x98, 0xcc, 0x73, 0x84, 0xf3, 0x88, 0x2a, - 0x57, 0x8b, 0x59, 0x29, 0xf8, 0x10, 0x7a, 0xef, 0xcf, 0x3e, 0x21, 0x94, 0xb1, 0x9f, 0x0a, 0xdf, - 0x9f, 0x7d, 0xf2, 0x0c, 0x90, 0x8d, 0x91, 0x58, 0x65, 0x53, 0xb2, 0xca, 0xc6, 0xfc, 0x2c, 0x67, - 0xc9, 0x8c, 0x00, 0x6c, 0x32, 0x1a, 0x07, 0xbf, 0x6b, 0xc0, 0xe8, 0x84, 0x67, 0x7c, 0xe5, 0xae, - 0xc4, 0x3d, 0x68, 0xa5, 0x49, 0x6e, 0xa7, 0xbe, 0x51, 0x3f, 0xe3, 0x49, 0x92, 0x33, 0xb4, 0x7a, - 0x6f, 0x40, 0x37, 0xa3, 0x9b, 0x6b, 0x83, 0x77, 0xb3, 0x52, 0x61, 0x8a, 0x5b, 0xcd, 0xac, 0x8f, - 0x77, 0x17, 0x5a, 0x6a, 0xb5, 0xb8, 0x1c, 0x37, 0x22, 0x2d, 0x86, 0xb6, 0xe0, 0xa7, 0x30, 0x2e, - 0x76, 0xf1, 0x30, 0x59, 0xa5, 0x3c, 0x23, 0x36, 0x9b, 0x4b, 0xae, 0x7f, 0x44, 0x7b, 0x19, 0x31, - 0x23, 0x38, 0xed, 0x01, 0xad, 0x6c, 0xb5, 0x07, 0xc1, 0xc7, 0xf6, 0x14, 0xbf, 0x4e, 0xa2, 0x04, - 0x0f, 0xff, 0x1a, 0x74, 0xb0, 0x16, 0xe1, 0x39, 0x5a, 0xf5, 0x73, 0x58, 0x10, 0x99, 0xb1, 0xbb, - 0xbd, 0x35, 0x9f, 0xbd, 0xb7, 0xd7, 0x7f, 0x0b, 0xa3, 0x6a, 0xd9, 0xf4, 0x46, 0xd0, 0x3f, 0x9b, - 0x9a, 0x02, 0x37, 0xbe, 0xe6, 0x8d, 0x61, 0xe4, 0x24, 0xec, 0x44, 0xc7, 0x0d, 0xef, 0x26, 0x8c, - 0xab, 0x1a, 0xec, 0xbc, 0xc7, 0x4d, 0x0f, 0xa0, 0x7b, 0x36, 0x25, 0x8f, 0x96, 0xb7, 0x03, 0x03, - 0x33, 0x3e, 0x15, 0xcb, 0x71, 0xdb, 0xbb, 0x01, 0x3b, 0x85, 0x88, 0x1d, 0xf0, 0xb8, 0xe3, 0x0d, - 0xa0, 0x73, 0x36, 0x45, 0x6b, 0xf7, 0xf5, 0xb7, 0xa0, 0xef, 0xca, 0x2e, 0x4e, 0x32, 0x89, 0x73, - 0x99, 0xe9, 0xf1, 0x35, 0x1c, 0x7f, 0x48, 0x3d, 0xcf, 0xb8, 0x81, 0x63, 0xf3, 0x32, 0x39, 0x6e, - 0xbe, 0xeb, 0x7f, 0xf6, 0xc5, 0x5e, 0xe3, 0xf3, 0x2f, 0xf6, 0x1a, 0xff, 0xfc, 0x62, 0xaf, 0xf1, - 0x87, 0x2f, 0xf7, 0xae, 0x7d, 0xfe, 0xe5, 0xde, 0xb5, 0xbf, 0x7f, 0xb9, 0x77, 0x6d, 0xd6, 0xa5, - 0xd3, 0xbd, 0xfd, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8f, 0x47, 0x62, 0x9e, 0x6a, 0x1c, 0x00, - 0x00, + // 1957 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0x4f, 0x73, 0xe4, 0x46, + 0x15, 0xb7, 0x34, 0xff, 0xa4, 0x37, 0x33, 0xce, 0x6c, 0xb3, 0x24, 0x93, 0x84, 0x18, 0xaf, 0x76, + 0x21, 0x66, 0x09, 0x4b, 0xe1, 0xe4, 0x4c, 0x95, 0xb3, 0x66, 0x29, 0x57, 0x6d, 0x36, 0x4e, 0xdb, + 0x09, 0x45, 0x0e, 0x4c, 0xf5, 0xa8, 0x7b, 0x64, 0xc5, 0x1a, 0x49, 0xb4, 0x7a, 0xd6, 0x3b, 0x07, + 0x6e, 0xdc, 0xe1, 0xc8, 0x77, 0xe0, 0x8b, 0xe4, 0xc0, 0x21, 0x47, 0x6e, 0x50, 0xbb, 0xc5, 0x05, + 0x8a, 0xef, 0x40, 0xbd, 0xd7, 0x2d, 0x8d, 0xc6, 0xf6, 0x16, 0xa9, 0xe2, 0xca, 0xed, 0xfd, 0xd3, + 0xeb, 0xd7, 0xbf, 0xf7, 0xaf, 0x05, 0xbb, 0xa5, 0x2e, 0x4c, 0xb1, 0xac, 0x92, 0x47, 0x44, 0xb0, + 0xa0, 0xe6, 0xa3, 0xcf, 0x20, 0x3c, 0x17, 0xd5, 0xe5, 0x53, 0x31, 0x57, 0x19, 0x7b, 0x13, 0xfa, + 0x46, 0x54, 0x97, 0xa9, 0x9c, 0x7a, 0xfb, 0xde, 0x41, 0xc8, 0x1d, 0x87, 0xf2, 0x4a, 0x5e, 0xa6, + 0xb2, 0x9a, 0xfa, 0xfb, 0x1d, 0x94, 0x5b, 0x8e, 0xdd, 0x85, 0x5e, 0x9a, 0x4b, 0xf5, 0x62, 0xda, + 0xd9, 0xf7, 0x0e, 0x7a, 0xdc, 0x32, 0x91, 0x00, 0x38, 0x93, 0x97, 0x9f, 0xa8, 0xaa, 0x12, 0x89, + 0x62, 0x13, 0xe8, 0xc4, 0x8d, 0x43, 0x24, 0xd9, 0x4f, 0x60, 0x80, 0x7e, 0x33, 0x31, 0x9f, 0xfa, + 0xfb, 0xde, 0xc1, 0xf0, 0xf0, 0x3b, 0x8f, 0x9a, 0xf0, 0x9a, 0x58, 0x78, 0x6d, 0xc3, 0x18, 0x74, + 0xa5, 0x30, 0x82, 0xce, 0x18, 0x71, 0xa2, 0xa3, 0x27, 0xd0, 0x3d, 0xd2, 0x4a, 0xb0, 0x5d, 0xf0, + 0x9d, 0xef, 0x1e, 0xf7, 0x53, 0xc9, 0xde, 0x81, 0xa0, 0x14, 0x5a, 0xe5, 0x26, 0x95, 0xe4, 0xbb, + 0xc7, 0x1b, 0x1e, 0xfd, 0xe4, 0x62, 0xa9, 0xc8, 0x4f, 0xc8, 0x89, 0x8e, 0xbe, 0xf6, 0xa1, 0xff, + 0x58, 0x2c, 0x95, 0x6e, 0xbb, 0x0a, 0xc9, 0x55, 0x6d, 0xee, 0x6f, 0xcc, 0x51, 0x66, 0xd6, 0xa5, + 0x72, 0xd7, 0x25, 0x1a, 0x65, 0x42, 0x4a, 0x3d, 0xed, 0x5a, 0x3b, 0xa4, 0x11, 0x2f, 0xa1, 0x95, + 0x48, 0xe5, 0xb4, 0x47, 0x96, 0x8e, 0x63, 0xdf, 0x83, 0x30, 0x2b, 0xf2, 0x24, 0x35, 0x2b, 0xa9, + 0xa6, 0xfd, 0x7d, 0xef, 0xc0, 0xe7, 0x1b, 0x01, 0x06, 0x9f, 0x09, 0x63, 0x95, 0x03, 0x52, 0x36, + 0x3c, 0x9e, 0xa2, 0x4d, 0x55, 0x4e, 0x03, 0x7b, 0x0a, 0xd2, 0x14, 0x71, 0x39, 0x0d, 0x5d, 0xc4, + 0x25, 0xda, 0x94, 0x85, 0x36, 0x53, 0xb0, 0xd1, 0x21, 0x8d, 0x3e, 0x57, 0x95, 0xd2, 0x74, 0x93, + 0x21, 0x59, 0x36, 0xbc, 0x05, 0xab, 0xaa, 0xae, 0x0a, 0x2d, 0xa7, 0x23, 0xab, 0xab, 0x79, 0xcc, + 0xec, 0x5c, 0x8b, 0x5c, 0x4e, 0xc7, 0xa4, 0xb0, 0x0c, 0x7e, 0xa1, 0x55, 0xa5, 0xf4, 0x73, 0x25, + 0xa7, 0xbb, 0xf6, 0x8b, 0x9a, 0x8f, 0x62, 0xb8, 0x63, 0x91, 0x3c, 0xca, 0x25, 0x66, 0xf1, 0x24, + 0x5f, 0x14, 0xec, 0x00, 0xfa, 0x31, 0x09, 0x09, 0xd8, 0xe1, 0xe1, 0x64, 0x93, 0x69, 0x6b, 0xcc, + 0x9d, 0x9e, 0x3d, 0x80, 0x1e, 0x26, 0xdc, 0x56, 0xd8, 0xf0, 0x70, 0x77, 0xbb, 0x24, 0xb8, 0x55, + 0x46, 0x7f, 0xf3, 0xa0, 0x8b, 0xfc, 0x6b, 0x2b, 0xf5, 0x1d, 0x08, 0x90, 0x6a, 0x65, 0xae, 0xe1, + 0xd9, 0xbb, 0x10, 0xc6, 0x5a, 0x09, 0xa3, 0x66, 0xc2, 0xb8, 0x2a, 0x08, 0xac, 0xe0, 0xc8, 0xb4, + 0x94, 0xf3, 0xb5, 0xcb, 0xa5, 0x53, 0x7e, 0xbc, 0x46, 0xe5, 0xaa, 0x94, 0xee, 0xcb, 0x9e, 0x83, + 0x91, 0x04, 0x47, 0x06, 0x43, 0x51, 0xb9, 0x98, 0x67, 0x36, 0xa3, 0x01, 0x77, 0x1c, 0x7b, 0x1b, + 0x82, 0xb4, 0x9a, 0x89, 0x4c, 0xe8, 0x25, 0xa5, 0x33, 0xe0, 0x83, 0xb4, 0x3a, 0x42, 0x16, 0x55, + 0x52, 0x65, 0xb3, 0x45, 0x26, 0x12, 0xca, 0x68, 0xc0, 0x07, 0x52, 0x65, 0x4f, 0x32, 0x91, 0x44, + 0xe7, 0x30, 0xc4, 0x0b, 0x9e, 0x49, 0x0b, 0x60, 0x04, 0x5d, 0x8c, 0xdf, 0xc1, 0x77, 0x1d, 0x15, + 0xd2, 0xb1, 0x7b, 0xd0, 0xad, 0x64, 0x83, 0xdc, 0x78, 0x63, 0x73, 0x26, 0x2f, 0x39, 0xa9, 0xa2, + 0x7f, 0xfa, 0x00, 0x16, 0x70, 0x42, 0xef, 0x7a, 0xad, 0xbf, 0x07, 0x60, 0xd3, 0x30, 0xb3, 0x3d, + 0x8e, 0xf2, 0xd0, 0x4a, 0x4e, 0x64, 0xc5, 0xde, 0xb2, 0x0d, 0x3b, 0x4b, 0xa5, 0x83, 0x8d, 0xd0, + 0x3e, 0xc1, 0x4e, 0x0e, 0x4d, 0xba, 0x54, 0x33, 0xbd, 0xca, 0xd4, 0xb4, 0x4b, 0xc7, 0xb7, 0x32, + 0x7c, 0x2c, 0xd6, 0x8f, 0x4d, 0xc6, 0x03, 0x34, 0xe1, 0xab, 0x4c, 0xe1, 0x31, 0x5a, 0x89, 0xd8, + 0x58, 0x7b, 0x8b, 0x63, 0x48, 0x12, 0x52, 0xdf, 0x83, 0x91, 0x55, 0x4b, 0xf5, 0x3c, 0x8d, 0x2d, + 0x9c, 0x21, 0x1f, 0x92, 0xec, 0x98, 0x44, 0x5b, 0xc0, 0x0d, 0xb6, 0x80, 0x63, 0xdf, 0x87, 0xa1, + 0xcb, 0x51, 0x0b, 0x56, 0xb0, 0x22, 0x32, 0xd8, 0xe4, 0x29, 0xdc, 0xca, 0x13, 0x83, 0x6e, 0xd5, + 0x6a, 0x1b, 0xa4, 0xf1, 0xc6, 0x69, 0x35, 0x5b, 0xac, 0xb2, 0x8c, 0xba, 0x26, 0xe0, 0xfd, 0xb4, + 0x7a, 0xb2, 0xca, 0x32, 0x16, 0xc1, 0x38, 0x4b, 0xf3, 0xcb, 0x59, 0xa2, 0x8b, 0x55, 0x89, 0x80, + 0xd8, 0xc6, 0x19, 0xa2, 0xf0, 0x97, 0x28, 0x3b, 0x91, 0xd1, 0x67, 0xb0, 0xeb, 0xb0, 0x4e, 0x97, + 0x0a, 0xaf, 0xfa, 0xad, 0x66, 0xcb, 0xbb, 0x6d, 0x2c, 0x5d, 0x75, 0xd6, 0xc8, 0x45, 0xcf, 0xa0, + 0x6f, 0xd1, 0xc4, 0x71, 0x2a, 0xc5, 0xda, 0x8d, 0x3c, 0x24, 0xd9, 0x21, 0x80, 0xfd, 0x50, 0xe4, + 0x89, 0x72, 0x45, 0xd0, 0x9e, 0xa8, 0xe8, 0x03, 0x55, 0x9c, 0xfc, 0x13, 0x19, 0x7d, 0x08, 0x61, + 0x23, 0xc7, 0x5e, 0xaf, 0x8c, 0xd0, 0xc6, 0x05, 0x68, 0x19, 0x3c, 0x48, 0xe5, 0xd2, 0x85, 0x88, + 0x64, 0xf4, 0x05, 0x0c, 0x4e, 0x8b, 0x6c, 0x9d, 0x14, 0xf9, 0xb7, 0xba, 0xd0, 0xfb, 0xd0, 0x2f, + 0x8b, 0x34, 0x37, 0xd5, 0xb4, 0x43, 0x31, 0xbd, 0xb1, 0x89, 0xe9, 0x14, 0xe5, 0xdc, 0xa9, 0xa3, + 0xb8, 0xc1, 0x4b, 0x54, 0x97, 0x47, 0x3a, 0xa9, 0xa8, 0x19, 0xeb, 0x7a, 0x74, 0xa7, 0x04, 0x75, + 0x39, 0xb2, 0x8f, 0x20, 0xa4, 0x6a, 0x14, 0x3a, 0xa9, 0x6b, 0xfe, 0xad, 0xed, 0xbe, 0xa0, 0x44, + 0xa0, 0x23, 0xdb, 0xfc, 0x48, 0x45, 0xbf, 0x81, 0xf1, 0x96, 0xaa, 0x5d, 0xd4, 0xde, 0x56, 0x51, + 0x7f, 0x04, 0x43, 0x9b, 0x5d, 0xcc, 0x44, 0x75, 0x13, 0x50, 0x72, 0x81, 0x59, 0xe1, 0x90, 0xd4, + 0x64, 0x15, 0x3d, 0x85, 0xb0, 0x51, 0x60, 0x99, 0x36, 0x05, 0x62, 0x9d, 0x0f, 0x12, 0x5b, 0x1c, + 0x38, 0xe7, 0xda, 0x7e, 0x5b, 0x1d, 0x4d, 0x2e, 0xad, 0x32, 0xfa, 0x97, 0x0f, 0x5d, 0x7e, 0x5b, + 0xe5, 0x3c, 0x80, 0x5d, 0x87, 0x4c, 0x1d, 0xbc, 0x85, 0x7c, 0x14, 0x37, 0x08, 0x9e, 0xc8, 0x6d, + 0xfc, 0x3a, 0xd7, 0xf0, 0x7b, 0x0f, 0xa0, 0xb4, 0x69, 0x44, 0xad, 0x1d, 0x75, 0xa1, 0x93, 0x9c, + 0x48, 0xf6, 0x5d, 0xda, 0xf5, 0x33, 0xb7, 0xbb, 0xb0, 0x1c, 0x24, 0xba, 0x8c, 0x60, 0x8c, 0x62, + 0xa1, 0x93, 0x99, 0xc8, 0x52, 0x51, 0xd5, 0xdd, 0x59, 0x49, 0xc4, 0xf7, 0x08, 0x45, 0x38, 0x7c, + 0x8b, 0x52, 0x69, 0x61, 0x0a, 0x4d, 0xdd, 0x19, 0xf2, 0x86, 0x67, 0xf7, 0x61, 0x5c, 0xd3, 0x33, + 0xda, 0xa1, 0x76, 0x93, 0x8d, 0x6a, 0xe1, 0x39, 0xee, 0xd2, 0xd6, 0x21, 0xcf, 0x45, 0xb6, 0x52, + 0x6e, 0xb9, 0xb9, 0x43, 0xbe, 0x40, 0xd1, 0xad, 0xed, 0x1a, 0xc1, 0x18, 0x71, 0x9b, 0x5d, 0xa5, + 0xe6, 0x62, 0x56, 0xea, 0x7a, 0xd5, 0x0d, 0x51, 0xf8, 0xab, 0xd4, 0x5c, 0x9c, 0xea, 0xed, 0x9c, + 0x8c, 0xb6, 0x72, 0x12, 0xfd, 0xd9, 0x87, 0xce, 0x99, 0xbc, 0x39, 0x16, 0xdf, 0x86, 0x00, 0xc3, + 0xa1, 0x70, 0x2d, 0xcc, 0x83, 0x4a, 0x5e, 0x52, 0xa4, 0x4e, 0xd5, 0x7a, 0x50, 0xa0, 0xea, 0x19, + 0xd6, 0xfd, 0x03, 0xe8, 0x52, 0x69, 0xde, 0x98, 0x87, 0x67, 0x74, 0x0b, 0x4e, 0x5a, 0xbc, 0x46, + 0x1a, 0x17, 0xb9, 0x03, 0x99, 0x68, 0x6c, 0xb9, 0x95, 0xce, 0x1c, 0xb2, 0x48, 0xe2, 0x50, 0x73, + 0x5b, 0x09, 0x7b, 0xd7, 0x81, 0x0a, 0x56, 0x84, 0x0d, 0xdc, 0x9a, 0x7a, 0x64, 0x60, 0x41, 0x75, + 0x53, 0x8f, 0x0c, 0xb6, 0xf6, 0x5a, 0x78, 0x6d, 0xaf, 0x4d, 0x61, 0x60, 0x87, 0xa0, 0x24, 0x38, + 0x03, 0x5e, 0xb3, 0x5b, 0x83, 0x76, 0x48, 0x48, 0x37, 0x1b, 0xea, 0x4f, 0x1e, 0xf4, 0xed, 0x55, + 0x70, 0x72, 0xd8, 0x62, 0x70, 0x93, 0x83, 0x98, 0xff, 0xfa, 0x72, 0x0a, 0x37, 0x2f, 0xa7, 0xe5, + 0xaa, 0x32, 0x54, 0x82, 0x01, 0x27, 0x1a, 0x65, 0xab, 0x3c, 0xad, 0x97, 0x2c, 0xd1, 0x78, 0x8a, + 0x9d, 0x6d, 0x16, 0x18, 0xcb, 0x34, 0x75, 0x30, 0xd8, 0xd4, 0x41, 0xf4, 0x07, 0x0f, 0xde, 0x38, + 0x9e, 0x3f, 0xbe, 0x40, 0x83, 0xfa, 0xfd, 0xf9, 0x01, 0x3e, 0x2c, 0x70, 0xea, 0x63, 0x8c, 0xbb, + 0x87, 0x6f, 0xb6, 0x47, 0xc5, 0x3c, 0x53, 0xd6, 0x58, 0x72, 0x6b, 0xe4, 0x4a, 0xc0, 0x6f, 0x4a, + 0xe0, 0x21, 0xf4, 0x45, 0x6c, 0xd2, 0x22, 0xa7, 0xc8, 0x77, 0x0f, 0x59, 0x6b, 0xbd, 0xcd, 0x8f, + 0x48, 0xc3, 0x9d, 0x05, 0xa5, 0x34, 0x5f, 0x14, 0xf5, 0x4b, 0x10, 0xe9, 0xe8, 0xdf, 0x1e, 0x8c, + 0xed, 0x70, 0x7b, 0xdd, 0xe8, 0xdc, 0xea, 0x55, 0xff, 0x5a, 0xaf, 0xde, 0xf2, 0x66, 0xc5, 0xa4, + 0xb9, 0x6e, 0x75, 0x27, 0xd5, 0x2c, 0x2e, 0x50, 0xa3, 0xd3, 0x24, 0x51, 0x7a, 0x96, 0xa5, 0x79, + 0xbd, 0x61, 0x87, 0x4e, 0xf6, 0x34, 0xcd, 0x15, 0xfb, 0x01, 0xec, 0xca, 0x54, 0x2b, 0x0a, 0xd8, + 0x1a, 0x59, 0x50, 0xc7, 0x8d, 0x94, 0xcc, 0xea, 0x74, 0x0d, 0x5a, 0xe9, 0xba, 0x0f, 0x63, 0xa9, + 0x16, 0x2a, 0x8f, 0xd5, 0xac, 0x32, 0xc2, 0xd8, 0x62, 0xeb, 0xf1, 0x91, 0x13, 0x9e, 0xa1, 0x2c, + 0xba, 0x0f, 0x3d, 0x1a, 0xee, 0x6c, 0x04, 0xde, 0x0b, 0xb7, 0xa5, 0xbc, 0x17, 0xc8, 0xad, 0xdd, + 0x83, 0xdc, 0x5b, 0x47, 0x5f, 0x42, 0x97, 0xab, 0x98, 0x92, 0x9d, 0xa9, 0x85, 0x71, 0x66, 0x44, + 0x63, 0x0f, 0x98, 0xa2, 0x74, 0xb6, 0x48, 0x52, 0xfa, 0xd3, 0xe4, 0xc2, 0xd4, 0x3f, 0x19, 0xc4, + 0xe0, 0x36, 0x9f, 0x17, 0xc6, 0x14, 0x4b, 0x02, 0xa1, 0xc7, 0x1d, 0x17, 0x9d, 0x40, 0xef, 0x64, + 0x29, 0xec, 0x56, 0xbb, 0x4a, 0xa5, 0xb9, 0x70, 0xde, 0x2d, 0x83, 0x9f, 0x5d, 0x28, 0xf2, 0x66, + 0x4f, 0x70, 0xdc, 0xad, 0x3f, 0x19, 0x09, 0x84, 0x4f, 0x44, 0xac, 0x8e, 0xf2, 0x24, 0xa3, 0xdf, + 0x98, 0xb5, 0xb8, 0xaa, 0xf7, 0xee, 0x5a, 0x5c, 0xe1, 0x01, 0x65, 0x6a, 0xe2, 0x0b, 0xe7, 0xc9, + 0x32, 0xf4, 0x50, 0x2f, 0xb2, 0xac, 0xfe, 0x45, 0x40, 0x9a, 0xed, 0x01, 0xc4, 0x45, 0xbe, 0x48, + 0x25, 0xe2, 0x44, 0xf1, 0xfa, 0xbc, 0x25, 0x89, 0x5e, 0x00, 0x9c, 0x5f, 0x2c, 0x0c, 0x57, 0xd5, + 0x2a, 0xa3, 0x9b, 0x25, 0x2a, 0x97, 0x4a, 0xbb, 0xc3, 0x1c, 0x87, 0x11, 0x88, 0x44, 0xd5, 0xc8, + 0x08, 0xdb, 0x02, 0x5a, 0xc4, 0xcd, 0xef, 0x08, 0xd2, 0x84, 0x8b, 0x12, 0x2b, 0xb3, 0x6e, 0x70, + 0x21, 0x8e, 0x96, 0xfc, 0x32, 0x75, 0xcf, 0xae, 0x1e, 0xb7, 0x4c, 0xf4, 0x17, 0x1f, 0x06, 0x78, + 0xc7, 0xd3, 0xa2, 0x62, 0x3f, 0x84, 0xbe, 0x8e, 0x91, 0xb9, 0xf9, 0xd8, 0xc4, 0x6c, 0x71, 0xa7, + 0xc5, 0x47, 0x5f, 0x69, 0x9e, 0xaa, 0x85, 0xf9, 0xc5, 0x5a, 0xb9, 0x1f, 0xb8, 0x1b, 0xab, 0x7d, + 0x63, 0xc1, 0x7e, 0x0a, 0x50, 0x1a, 0x8e, 0x20, 0xa3, 0x7d, 0xe7, 0x76, 0xfb, 0x96, 0x09, 0xfb, + 0x11, 0x0c, 0x4a, 0xf3, 0x49, 0xb1, 0x32, 0x17, 0x74, 0x85, 0x5b, 0xac, 0x6b, 0x3d, 0x3d, 0x31, + 0xcc, 0xb3, 0xa2, 0xb2, 0xb7, 0xba, 0xf5, 0x89, 0x41, 0x6a, 0xf6, 0x63, 0xe8, 0x2f, 0x28, 0x8f, + 0x54, 0xee, 0x5b, 0xeb, 0xbc, 0x49, 0x31, 0x77, 0x26, 0xd8, 0x60, 0xbf, 0x5d, 0x89, 0x2c, 0x35, + 0x6b, 0x37, 0x5c, 0x6a, 0x16, 0x13, 0xb9, 0x10, 0x71, 0x2a, 0xb2, 0x63, 0xac, 0x95, 0x80, 0x6a, + 0xa5, 0x25, 0x89, 0xfe, 0xe1, 0x43, 0x80, 0xfe, 0xe8, 0xe9, 0xfe, 0x7f, 0x3c, 0xff, 0x57, 0x3c, + 0xb1, 0x98, 0x17, 0x08, 0xe7, 0x31, 0x6d, 0xae, 0x0e, 0x77, 0x5c, 0xf4, 0x39, 0x0c, 0x3e, 0x9d, + 0x7f, 0x45, 0x28, 0xe3, 0x7b, 0x2a, 0xfe, 0x74, 0xfe, 0xd5, 0x6b, 0x40, 0xb6, 0x4a, 0x9a, 0x2a, + 0xeb, 0xcd, 0x54, 0x59, 0xdb, 0x9f, 0x65, 0x5d, 0xcc, 0x09, 0x40, 0x9f, 0x13, 0x1d, 0xfd, 0xde, + 0x83, 0xd1, 0xa9, 0xd0, 0x62, 0x59, 0xb7, 0xc4, 0x7d, 0xe8, 0x94, 0x45, 0xe5, 0x5c, 0xdf, 0xd9, + 0xbe, 0xe3, 0x69, 0x51, 0x71, 0xd4, 0xb2, 0x0f, 0xa0, 0xaf, 0xa9, 0x73, 0x5d, 0xf2, 0xee, 0xb6, + 0x36, 0x4c, 0xd3, 0xd5, 0xdc, 0xd9, 0xb0, 0x7b, 0xd0, 0x49, 0x97, 0xc9, 0xcd, 0xbc, 0xd1, 0xd0, + 0xe2, 0xa8, 0x8b, 0x7e, 0x0e, 0x93, 0x26, 0x8a, 0xc7, 0xc5, 0xb2, 0x14, 0x9a, 0xa6, 0xd9, 0x42, + 0x09, 0xf3, 0x33, 0x8a, 0x65, 0xc4, 0x2d, 0x53, 0x4b, 0x0f, 0xe9, 0x64, 0x27, 0x3d, 0x8c, 0xbe, + 0x74, 0xb7, 0xf8, 0x75, 0x91, 0x15, 0x78, 0xf9, 0xf7, 0xa1, 0x87, 0xbb, 0x08, 0xef, 0xd1, 0xd9, + 0xbe, 0x87, 0x03, 0x91, 0x5b, 0x7d, 0x1d, 0x9b, 0xff, 0xfa, 0xd8, 0x1e, 0xfe, 0x0e, 0x46, 0xed, + 0xb5, 0xc9, 0x46, 0x10, 0x9c, 0xcf, 0xec, 0x82, 0x9b, 0xec, 0xb0, 0x09, 0x8c, 0x6a, 0x0e, 0x5f, + 0xa2, 0x13, 0x8f, 0xdd, 0x85, 0x49, 0x5b, 0x82, 0x2f, 0xef, 0x89, 0xcf, 0x00, 0xfa, 0xe7, 0x33, + 0xb2, 0xe8, 0xb0, 0x31, 0x84, 0x96, 0x3e, 0x93, 0x97, 0x93, 0x2e, 0xbb, 0x03, 0xe3, 0x86, 0xc5, + 0x17, 0xf0, 0xa4, 0xc7, 0x42, 0xe8, 0x9d, 0xcf, 0x50, 0xdb, 0x7f, 0xf8, 0x08, 0x82, 0x7a, 0xed, + 0xa2, 0x93, 0x93, 0xbc, 0x52, 0xda, 0x4c, 0x76, 0x90, 0xfe, 0x9c, 0xde, 0x3c, 0x13, 0x0f, 0xe9, + 0x63, 0x95, 0x29, 0xa3, 0x26, 0xfe, 0xc7, 0xd3, 0xaf, 0x5f, 0xee, 0x79, 0xdf, 0xbc, 0xdc, 0xf3, + 0xfe, 0xfe, 0x72, 0xcf, 0xfb, 0xe3, 0xab, 0xbd, 0x9d, 0x6f, 0x5e, 0xed, 0xed, 0xfc, 0xf5, 0xd5, + 0xde, 0xce, 0xbc, 0x4f, 0xb7, 0xfb, 0xf0, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x7b, 0x74, + 0xe4, 0x1a, 0x13, 0x00, 0x00, } func (m *TaskLabel) Marshal() (dAtA []byte, err error) { @@ -3451,648 +2670,6 @@ i++ i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Data))) i += copy(dAtA[i:], m.Data) - } - if m.Personaction != nil { - dAtA[i] = 0x22 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.Personaction.Size())) - n2, err2 := m.Personaction.MarshalTo(dAtA[i:]) - if err2 != nil { - return 0, err2 - } - i += n2 - } - if m.Vedioperson != nil { - dAtA[i] = 0x2a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(m.Vedioperson.Size())) - n3, err3 := m.Vedioperson.MarshalTo(dAtA[i:]) - if err3 != nil { - return 0, err3 - } - i += n3 - } - return i, nil -} - -func (m *Personaction) 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 *Personaction) MarshalTo(dAtA []byte) (int, error) { - var i int - _ = i - var l int - _ = l - if len(m.ImgKey) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ImgKey))) - i += copy(dAtA[i:], m.ImgKey) - } - if len(m.VideoReqNum) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoReqNum))) - i += copy(dAtA[i:], m.VideoReqNum) - } - if len(m.SdkType) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType))) - i += copy(dAtA[i:], m.SdkType) - } - if len(m.PicName) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicName))) - i += copy(dAtA[i:], m.PicName) - } - if len(m.Content) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Content))) - i += copy(dAtA[i:], m.Content) - } - if len(m.ClusterId) > 0 { - dAtA[i] = 0x32 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ClusterId))) - i += copy(dAtA[i:], m.ClusterId) - } - if len(m.PersonPicUrl) > 0 { - dAtA[i] = 0x3a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonPicUrl))) - i += copy(dAtA[i:], m.PersonPicUrl) - } - if len(m.ChannlId) > 0 { - dAtA[i] = 0x42 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ChannlId))) - i += copy(dAtA[i:], m.ChannlId) - } - if len(m.LikeDate) > 0 { - dAtA[i] = 0x4a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikeDate))) - i += copy(dAtA[i:], m.LikeDate) - } - if len(m.PicAddress) > 0 { - dAtA[i] = 0x52 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicAddress))) - i += copy(dAtA[i:], m.PicAddress) - } - if len(m.PicMaxUrl) > 0 { - dAtA[i] = 0x5a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicMaxUrl))) - i += copy(dAtA[i:], m.PicMaxUrl) - } - if len(m.PicDate) > 0 { - dAtA[i] = 0x62 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicDate))) - i += copy(dAtA[i:], m.PicDate) - } - if len(m.PicLocalUrl) > 0 { - dAtA[i] = 0x6a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicLocalUrl))) - i += copy(dAtA[i:], m.PicLocalUrl) - } - if len(m.IsDelete) > 0 { - dAtA[i] = 0x72 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IsDelete))) - i += copy(dAtA[i:], m.IsDelete) - } - if len(m.LikePer) > 0 { - dAtA[i] = 0x7a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikePer))) - i += copy(dAtA[i:], m.LikePer) - } - if len(m.BaseName) > 0 { - dAtA[i] = 0x82 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.BaseName))) - i += copy(dAtA[i:], m.BaseName) - } - if len(m.VideoNum) > 0 { - dAtA[i] = 0x8a - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoNum))) - i += copy(dAtA[i:], m.VideoNum) - } - if len(m.Collection) > 0 { - dAtA[i] = 0x92 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Collection))) - i += copy(dAtA[i:], m.Collection) - } - if len(m.PicSmUrl) > 0 { - dAtA[i] = 0x9a - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicSmUrl))) - i += copy(dAtA[i:], m.PicSmUrl) - } - if len(m.Indeviceid) > 0 { - dAtA[i] = 0xa2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Indeviceid))) - i += copy(dAtA[i:], m.Indeviceid) - } - if len(m.Idcard) > 0 { - dAtA[i] = 0xaa - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Idcard))) - i += copy(dAtA[i:], m.Idcard) - } - if len(m.AckAlarm) > 0 { - dAtA[i] = 0xb2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AckAlarm))) - i += copy(dAtA[i:], m.AckAlarm) - } - if len(m.PersonId) > 0 { - dAtA[i] = 0xba - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonId))) - i += copy(dAtA[i:], m.PersonId) - } - if len(m.Id) > 0 { - dAtA[i] = 0xc2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Id))) - i += copy(dAtA[i:], m.Id) - } - if len(m.Indevicename) > 0 { - dAtA[i] = 0xca - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Indevicename))) - i += copy(dAtA[i:], m.Indevicename) - } - if len(m.FaceFeature) > 0 { - dAtA[i] = 0xd2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FaceFeature))) - i += copy(dAtA[i:], m.FaceFeature) - } - if len(m.PersonIsHub) > 0 { - dAtA[i] = 0xda - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonIsHub))) - i += copy(dAtA[i:], m.PersonIsHub) - } - if len(m.VideoIp) > 0 { - dAtA[i] = 0xe2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoIp))) - i += copy(dAtA[i:], m.VideoIp) - } - if len(m.TaskId) > 0 { - dAtA[i] = 0xea - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId))) - i += copy(dAtA[i:], m.TaskId) - } - return i, nil -} - -func (m *PersonBaseInfo) 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 *PersonBaseInfo) MarshalTo(dAtA []byte) (int, error) { - var i int - _ = i - var l int - _ = l - if len(m.PersonNamae) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonNamae))) - i += copy(dAtA[i:], m.PersonNamae) - } - if len(m.IDCard) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IDCard))) - i += copy(dAtA[i:], m.IDCard) - } - if len(m.Gender) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Gender))) - i += copy(dAtA[i:], m.Gender) - } - if len(m.PersonPicUrl) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonPicUrl))) - i += copy(dAtA[i:], m.PersonPicUrl) - } - if len(m.LikePer) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikePer))) - i += copy(dAtA[i:], m.LikePer) - } - if len(m.TableId) > 0 { - dAtA[i] = 0x32 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableId))) - i += copy(dAtA[i:], m.TableId) - } - if len(m.MonitorLevel) > 0 { - dAtA[i] = 0x3a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.MonitorLevel))) - i += copy(dAtA[i:], m.MonitorLevel) - } - if len(m.PersonId) > 0 { - dAtA[i] = 0x42 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonId))) - i += copy(dAtA[i:], m.PersonId) - } - if len(m.PhoneNum) > 0 { - dAtA[i] = 0x4a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PhoneNum))) - i += copy(dAtA[i:], m.PhoneNum) - } - if len(m.Content) > 0 { - dAtA[i] = 0x52 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Content))) - i += copy(dAtA[i:], m.Content) - } - if len(m.TableName) > 0 { - dAtA[i] = 0x5a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TableName))) - i += copy(dAtA[i:], m.TableName) - } - return i, nil -} - -func (m *Vediopersons) 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 *Vediopersons) 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.VideoReqNum) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoReqNum))) - i += copy(dAtA[i:], m.VideoReqNum) - } - if len(m.SdkType) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SdkType))) - i += copy(dAtA[i:], m.SdkType) - } - if len(m.Gender) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Gender))) - i += copy(dAtA[i:], m.Gender) - } - if len(m.PicName) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicName))) - i += copy(dAtA[i:], m.PicName) - } - if len(m.Content) > 0 { - dAtA[i] = 0x32 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Content))) - i += copy(dAtA[i:], m.Content) - } - if len(m.PersonPicUrl) > 0 { - dAtA[i] = 0x3a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonPicUrl))) - i += copy(dAtA[i:], m.PersonPicUrl) - } - if len(m.ChannlId) > 0 { - dAtA[i] = 0x42 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ChannlId))) - i += copy(dAtA[i:], m.ChannlId) - } - if len(m.LikeDate) > 0 { - dAtA[i] = 0x4a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.LikeDate))) - i += copy(dAtA[i:], m.LikeDate) - } - if len(m.Race) > 0 { - dAtA[i] = 0x52 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Race))) - i += copy(dAtA[i:], m.Race) - } - if len(m.PciAddress) > 0 { - dAtA[i] = 0x5a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PciAddress))) - i += copy(dAtA[i:], m.PciAddress) - } - if len(m.PicMaxUrl) > 0 { - dAtA[i] = 0x62 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicMaxUrl))) - i += copy(dAtA[i:], m.PicMaxUrl) - } - if len(m.Age) > 0 { - dAtA[i] = 0x6a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Age))) - i += copy(dAtA[i:], m.Age) - } - if len(m.PicDate) > 0 { - dAtA[i] = 0x72 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicDate))) - i += copy(dAtA[i:], m.PicDate) - } - if len(m.PicLocalUrl) > 0 { - dAtA[i] = 0x7a - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicLocalUrl))) - i += copy(dAtA[i:], m.PicLocalUrl) - } - if len(m.IsDelete) > 0 { - dAtA[i] = 0x82 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IsDelete))) - i += copy(dAtA[i:], m.IsDelete) - } - if len(m.TableName) > 0 { - for _, s := range m.TableName { - dAtA[i] = 0x8a - i++ - dAtA[i] = 0x1 - 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.VideoNum) > 0 { - dAtA[i] = 0x92 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoNum))) - i += copy(dAtA[i:], m.VideoNum) - } - if len(m.PicSmUrl) > 0 { - dAtA[i] = 0x9a - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PicSmUrl))) - i += copy(dAtA[i:], m.PicSmUrl) - } - if len(m.SimleLevel) > 0 { - dAtA[i] = 0xa2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.SimleLevel))) - i += copy(dAtA[i:], m.SimleLevel) - } - if len(m.IndeviceId) > 0 { - dAtA[i] = 0xaa - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IndeviceId))) - i += copy(dAtA[i:], m.IndeviceId) - } - if len(m.IDcard) > 0 { - for _, s := range m.IDcard { - dAtA[i] = 0xb2 - i++ - dAtA[i] = 0x1 - 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 { - for _, s := range m.PersonId { - dAtA[i] = 0xba - i++ - dAtA[i] = 0x1 - 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.BeautyLevel) > 0 { - dAtA[i] = 0xc2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.BeautyLevel))) - i += copy(dAtA[i:], m.BeautyLevel) - } - if len(m.IndeviceName) > 0 { - dAtA[i] = 0xca - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.IndeviceName))) - i += copy(dAtA[i:], m.IndeviceName) - } - if len(m.FaceFeature) > 0 { - dAtA[i] = 0xd2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.FaceFeature))) - i += copy(dAtA[i:], m.FaceFeature) - } - if len(m.PersonIsHub) > 0 { - dAtA[i] = 0xda - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.PersonIsHub))) - i += copy(dAtA[i:], m.PersonIsHub) - } - if len(m.VideoIp) > 0 { - dAtA[i] = 0xe2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.VideoIp))) - i += copy(dAtA[i:], m.VideoIp) - } - if len(m.AckAlarm) > 0 { - dAtA[i] = 0xea - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AckAlarm))) - i += copy(dAtA[i:], m.AckAlarm) - } - if len(m.ClusterId) > 0 { - dAtA[i] = 0xf2 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.ClusterId))) - i += copy(dAtA[i:], m.ClusterId) - } - if len(m.TaskId) > 0 { - dAtA[i] = 0xfa - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskId))) - i += copy(dAtA[i:], m.TaskId) - } - if len(m.TaskName) > 0 { - dAtA[i] = 0x82 - i++ - dAtA[i] = 0x2 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.TaskName))) - i += copy(dAtA[i:], m.TaskName) - } - if len(m.Baseinfo) > 0 { - for _, msg := range m.Baseinfo { - dAtA[i] = 0x8a - i++ - dAtA[i] = 0x2 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(msg.Size())) - n, err := msg.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n - } - } - if len(m.Collection) > 0 { - dAtA[i] = 0x92 - i++ - dAtA[i] = 0x2 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.Collection))) - i += copy(dAtA[i:], m.Collection) - } - if len(m.AgeDescription) > 0 { - dAtA[i] = 0x9a - i++ - dAtA[i] = 0x2 - i++ - i = encodeVarintProtomsg(dAtA, i, uint64(len(m.AgeDescription))) - i += copy(dAtA[i:], m.AgeDescription) - } - if len(m.TableId) > 0 { - for _, s := range m.TableId { - dAtA[i] = 0xa2 - i++ - dAtA[i] = 0x2 - 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) - } } return i, nil } @@ -4249,11 +2826,11 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Camera.Size())) - n4, err4 := m.Camera.MarshalTo(dAtA[i:]) - if err4 != nil { - return 0, err4 + n2, err2 := m.Camera.MarshalTo(dAtA[i:]) + if err2 != nil { + return 0, err2 } - i += n4 + i += n2 } if len(m.Tasks) > 0 { for _, msg := range m.Tasks { @@ -4367,11 +2944,11 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Task.Size())) - n5, err5 := m.Task.MarshalTo(dAtA[i:]) - if err5 != nil { - return 0, err5 + n3, err3 := m.Task.MarshalTo(dAtA[i:]) + if err3 != nil { + return 0, err3 } - i += n5 + i += n3 } if len(m.Sdks) > 0 { for _, msg := range m.Sdks { @@ -5301,61 +3878,61 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.RcFace.Size())) - n6, err6 := m.RcFace.MarshalTo(dAtA[i:]) - if err6 != nil { - return 0, err6 + n4, err4 := m.RcFace.MarshalTo(dAtA[i:]) + if err4 != nil { + return 0, err4 } - i += n6 + i += n4 } if m.PtLeftEye != nil { dAtA[i] = 0x12 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size())) - n7, err7 := m.PtLeftEye.MarshalTo(dAtA[i:]) - if err7 != nil { - return 0, err7 + n5, err5 := m.PtLeftEye.MarshalTo(dAtA[i:]) + if err5 != nil { + return 0, err5 } - i += n7 + i += n5 } if m.PtRightEye != nil { dAtA[i] = 0x1a i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size())) - n8, err8 := m.PtRightEye.MarshalTo(dAtA[i:]) - if err8 != nil { - return 0, err8 + n6, err6 := m.PtRightEye.MarshalTo(dAtA[i:]) + if err6 != nil { + return 0, err6 } - i += n8 + i += n6 } if m.PtMouth != nil { dAtA[i] = 0x22 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size())) - n9, err9 := m.PtMouth.MarshalTo(dAtA[i:]) - if err9 != nil { - return 0, err9 + n7, err7 := m.PtMouth.MarshalTo(dAtA[i:]) + if err7 != nil { + return 0, err7 } - i += n9 + i += n7 } if m.PtNose != nil { dAtA[i] = 0x2a i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size())) - n10, err10 := m.PtNose.MarshalTo(dAtA[i:]) - if err10 != nil { - return 0, err10 + n8, err8 := m.PtNose.MarshalTo(dAtA[i:]) + if err8 != nil { + return 0, err8 } - i += n10 + i += n8 } if m.FAngle != nil { dAtA[i] = 0x32 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size())) - n11, err11 := m.FAngle.MarshalTo(dAtA[i:]) - if err11 != nil { - return 0, err11 + n9, err9 := m.FAngle.MarshalTo(dAtA[i:]) + if err9 != nil { + return 0, err9 } - i += n11 + i += n9 } if m.Quality != 0 { dAtA[i] = 0x38 @@ -5390,61 +3967,61 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.RcFace.Size())) - n12, err12 := m.RcFace.MarshalTo(dAtA[i:]) - if err12 != nil { - return 0, err12 + n10, err10 := m.RcFace.MarshalTo(dAtA[i:]) + if err10 != nil { + return 0, err10 } - i += n12 + i += n10 } if m.PtLeftEye != nil { dAtA[i] = 0x12 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtLeftEye.Size())) - n13, err13 := m.PtLeftEye.MarshalTo(dAtA[i:]) - if err13 != nil { - return 0, err13 + n11, err11 := m.PtLeftEye.MarshalTo(dAtA[i:]) + if err11 != nil { + return 0, err11 } - i += n13 + i += n11 } if m.PtRightEye != nil { dAtA[i] = 0x1a i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtRightEye.Size())) - n14, err14 := m.PtRightEye.MarshalTo(dAtA[i:]) - if err14 != nil { - return 0, err14 + n12, err12 := m.PtRightEye.MarshalTo(dAtA[i:]) + if err12 != nil { + return 0, err12 } - i += n14 + i += n12 } if m.PtMouth != nil { dAtA[i] = 0x22 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtMouth.Size())) - n15, err15 := m.PtMouth.MarshalTo(dAtA[i:]) - if err15 != nil { - return 0, err15 + n13, err13 := m.PtMouth.MarshalTo(dAtA[i:]) + if err13 != nil { + return 0, err13 } - i += n15 + i += n13 } if m.PtNose != nil { dAtA[i] = 0x2a i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.PtNose.Size())) - n16, err16 := m.PtNose.MarshalTo(dAtA[i:]) - if err16 != nil { - return 0, err16 + n14, err14 := m.PtNose.MarshalTo(dAtA[i:]) + if err14 != nil { + return 0, err14 } - i += n16 + i += n14 } if m.FAngle != nil { dAtA[i] = 0x32 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.FAngle.Size())) - n17, err17 := m.FAngle.MarshalTo(dAtA[i:]) - if err17 != nil { - return 0, err17 + n15, err15 := m.FAngle.MarshalTo(dAtA[i:]) + if err15 != nil { + return 0, err15 } - i += n17 + i += n15 } if m.Quality != 0 { dAtA[i] = 0x38 @@ -5484,11 +4061,11 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.RcObj.Size())) - n18, err18 := m.RcObj.MarshalTo(dAtA[i:]) - if err18 != nil { - return 0, err18 + n16, err16 := m.RcObj.MarshalTo(dAtA[i:]) + if err16 != nil { + return 0, err16 } - i += n18 + i += n16 } if m.Typ != 0 { dAtA[i] = 0x10 @@ -5523,31 +4100,31 @@ dAtA[i] = 0xa i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Pos.Size())) - n19, err19 := m.Pos.MarshalTo(dAtA[i:]) - if err19 != nil { - return 0, err19 + n17, err17 := m.Pos.MarshalTo(dAtA[i:]) + if err17 != nil { + return 0, err17 } - i += n19 + i += n17 } if m.Result != nil { dAtA[i] = 0x12 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Result.Size())) - n20, err20 := m.Result.MarshalTo(dAtA[i:]) - if err20 != nil { - return 0, err20 + n18, err18 := m.Result.MarshalTo(dAtA[i:]) + if err18 != nil { + return 0, err18 } - i += n20 + i += n18 } if m.Img != nil { dAtA[i] = 0x1a i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Img.Size())) - n21, err21 := m.Img.MarshalTo(dAtA[i:]) - if err21 != nil { - return 0, err21 + n19, err19 := m.Img.MarshalTo(dAtA[i:]) + if err19 != nil { + return 0, err19 } - i += n21 + i += n19 } return i, nil } @@ -5613,11 +4190,11 @@ dAtA[i] = 0x12 i++ i = encodeVarintProtomsg(dAtA, i, uint64(m.Img.Size())) - n22, err22 := m.Img.MarshalTo(dAtA[i:]) - if err22 != nil { - return 0, err22 + n20, err20 := m.Img.MarshalTo(dAtA[i:]) + if err20 != nil { + return 0, err20 } - i += n22 + i += n20 } return i, nil } @@ -5670,355 +4247,6 @@ l = len(m.Data) if l > 0 { n += 1 + l + sovProtomsg(uint64(l)) - } - if m.Personaction != nil { - l = m.Personaction.Size() - n += 1 + l + sovProtomsg(uint64(l)) - } - if m.Vedioperson != nil { - l = m.Vedioperson.Size() - n += 1 + l + sovProtomsg(uint64(l)) - } - return n -} - -func (m *Personaction) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - l = len(m.ImgKey) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.VideoReqNum) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.SdkType) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicName) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Content) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.ClusterId) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonPicUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.ChannlId) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.LikeDate) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicAddress) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicMaxUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicDate) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicLocalUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.IsDelete) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.LikePer) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.BaseName) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.VideoNum) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.Collection) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicSmUrl) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.Indeviceid) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.Idcard) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.AckAlarm) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonId) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.Id) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.Indevicename) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.FaceFeature) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonIsHub) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.VideoIp) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.TaskId) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - return n -} - -func (m *PersonBaseInfo) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - l = len(m.PersonNamae) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.IDCard) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Gender) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonPicUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.LikePer) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.TableId) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.MonitorLevel) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonId) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PhoneNum) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Content) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.TableName) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - return n -} - -func (m *Vediopersons) 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.VideoReqNum) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.SdkType) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Gender) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicName) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Content) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonPicUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.ChannlId) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.LikeDate) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Race) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PciAddress) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicMaxUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.Age) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicDate) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicLocalUrl) - if l > 0 { - n += 1 + l + sovProtomsg(uint64(l)) - } - l = len(m.IsDelete) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - if len(m.TableName) > 0 { - for _, s := range m.TableName { - l = len(s) - n += 2 + l + sovProtomsg(uint64(l)) - } - } - l = len(m.VideoNum) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.PicSmUrl) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.SimleLevel) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.IndeviceId) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - if len(m.IDcard) > 0 { - for _, s := range m.IDcard { - l = len(s) - n += 2 + l + sovProtomsg(uint64(l)) - } - } - if len(m.PersonId) > 0 { - for _, s := range m.PersonId { - l = len(s) - n += 2 + l + sovProtomsg(uint64(l)) - } - } - l = len(m.BeautyLevel) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.IndeviceName) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.FaceFeature) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.PersonIsHub) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.VideoIp) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.AckAlarm) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.ClusterId) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.TaskId) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.TaskName) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - if len(m.Baseinfo) > 0 { - for _, e := range m.Baseinfo { - l = e.Size() - n += 2 + l + sovProtomsg(uint64(l)) - } - } - l = len(m.Collection) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - l = len(m.AgeDescription) - if l > 0 { - n += 2 + l + sovProtomsg(uint64(l)) - } - if len(m.TableId) > 0 { - for _, s := range m.TableId { - l = len(s) - n += 2 + l + sovProtomsg(uint64(l)) - } } return n } @@ -7113,2671 +5341,6 @@ if m.Data == nil { m.Data = []byte{} } - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Personaction", 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 - } - if m.Personaction == nil { - m.Personaction = &Personaction{} - } - if err := m.Personaction.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Vedioperson", 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 - } - if m.Vedioperson == nil { - m.Vedioperson = &Vediopersons{} - } - if err := m.Vedioperson.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 *Personaction) 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: Personaction: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: Personaction: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ImgKey", 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.ImgKey = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VideoReqNum", 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.VideoReqNum = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SdkType", 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.SdkType = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicName", 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.PicName = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Content", 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.Content = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 6: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ClusterId", 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.ClusterId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 7: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonPicUrl", 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.PersonPicUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 8: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChannlId", 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.ChannlId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 9: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LikeDate", 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.LikeDate = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 10: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicAddress", 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.PicAddress = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 11: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicMaxUrl", 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.PicMaxUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 12: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicDate", 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.PicDate = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 13: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicLocalUrl", 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.PicLocalUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 14: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field IsDelete", 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.IsDelete = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 15: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LikePer", 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.LikePer = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 16: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field BaseName", 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.BaseName = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 17: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VideoNum", 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.VideoNum = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 18: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Collection", 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.Collection = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 19: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicSmUrl", 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.PicSmUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 20: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Indeviceid", 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.Indeviceid = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 21: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Idcard", 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.Idcard = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 22: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AckAlarm", 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.AckAlarm = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 23: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonId", 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.PersonId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 24: - 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 25: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Indevicename", 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.Indevicename = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 26: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field FaceFeature", 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.FaceFeature = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 27: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonIsHub", 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.PersonIsHub = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 28: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VideoIp", 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.VideoIp = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 29: - 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 - 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 *PersonBaseInfo) 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: PersonBaseInfo: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: PersonBaseInfo: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonNamae", 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.PersonNamae = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field IDCard", 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.IDCard = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Gender", 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.Gender = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonPicUrl", 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.PersonPicUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LikePer", 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.LikePer = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 6: - 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 7: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field MonitorLevel", 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.MonitorLevel = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 8: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonId", 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.PersonId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 9: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PhoneNum", 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.PhoneNum = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 10: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Content", 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.Content = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 11: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TableName", 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.TableName = 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 *Vediopersons) 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: Vediopersons: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: Vediopersons: 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 VideoReqNum", 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.VideoReqNum = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SdkType", 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.SdkType = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Gender", 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.Gender = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicName", 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.PicName = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 6: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Content", 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.Content = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 7: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonPicUrl", 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.PersonPicUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 8: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChannlId", 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.ChannlId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 9: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LikeDate", 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.LikeDate = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 10: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Race", 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.Race = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 11: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PciAddress", 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.PciAddress = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 12: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicMaxUrl", 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.PicMaxUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 13: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Age", 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.Age = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 14: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicDate", 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.PicDate = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 15: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicLocalUrl", 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.PicLocalUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 16: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field IsDelete", 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.IsDelete = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 17: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TableName", 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.TableName = append(m.TableName, string(dAtA[iNdEx:postIndex])) - iNdEx = postIndex - case 18: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VideoNum", 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.VideoNum = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 19: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PicSmUrl", 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.PicSmUrl = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 20: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SimleLevel", 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.SimleLevel = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 21: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field IndeviceId", 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.IndeviceId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 22: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field IDcard", 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.IDcard = append(m.IDcard, string(dAtA[iNdEx:postIndex])) - iNdEx = postIndex - case 23: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonId", 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.PersonId = append(m.PersonId, string(dAtA[iNdEx:postIndex])) - iNdEx = postIndex - case 24: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field BeautyLevel", 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.BeautyLevel = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 25: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field IndeviceName", 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.IndeviceName = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 26: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field FaceFeature", 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.FaceFeature = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 27: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PersonIsHub", 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.PersonIsHub = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 28: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VideoIp", 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.VideoIp = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 29: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AckAlarm", 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.AckAlarm = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 30: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ClusterId", 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.ClusterId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 31: - 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 32: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TaskName", 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.TaskName = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 33: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Baseinfo", 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.Baseinfo = append(m.Baseinfo, &PersonBaseInfo{}) - if err := m.Baseinfo[len(m.Baseinfo)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 34: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Collection", 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.Collection = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 35: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AgeDescription", 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.AgeDescription = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 36: - 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 = append(m.TableId, string(dAtA[iNdEx:postIndex])) iNdEx = postIndex default: iNdEx = preIndex diff --git a/protomsg.proto b/protomsg.proto index a1f8037..33c27aa 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -13,96 +13,6 @@ string cid = 1; TaskLabel tasklab = 2; bytes data =3 ; - - Personaction personaction =4; - Vediopersons vedioperson = 5; -} - -message Personaction{ - string imgKey = 1; - string videoReqNum = 2; - string sdkType = 3; - string picName = 4; - string content = 5; - string cluster_id = 6; - string personPicUrl = 7; - string channlId = 8; - string likeDate = 9; - - string picAddress = 10; - string picMaxUrl = 11; - string picDate = 12; - string picLocalUrl = 13; - string isDelete = 14; - string likePer = 15; - string baseName = 16; - string videoNum = 17; - string collection = 18; - string picSmUrl = 19; - - string indeviceid = 20; - string idcard = 21; - string ack_alarm = 22; - string personId = 23; - string id = 24; - string indevicename = 25; - string faceFeature = 26; - string personIsHub = 27; - string videoIp = 28; - string taskId = 29; -} - -message PersonBaseInfo { - string personNamae = 1; - string iDCard = 2; - string gender = 3; - string personPicUrl = 4; - string likePer = 5; - string tableId = 6; - string monitorLevel = 7; - string personId = 8; - string phoneNum = 9; - string content = 10; - string tableName = 11; -} - -message Vediopersons { - string iD = 1; - string videoReqNum = 2; - string sdkType=3; - string gender=4; - string picName=5; - string content=6; - string personPicUrl=7; - string channlId=8; - string likeDate=9; - string race=10; - string pciAddress=11; - string picMaxUrl=12; - string age=13; - string picDate=14; - string picLocalUrl=15; - string isDelete=16; - repeated string tableName=17; - string videoNum=18; - string picSmUrl=19; - string simleLevel=20; - string indeviceId=21; - repeated string iDcard=22; - repeated string personId=23; - string beautyLevel=24; - string indeviceName=25; - string faceFeature=26; - string personIsHub=27; - string videoIp=28; - string ackAlarm=29; - string clusterId=30; - string taskId=31; - string taskName=32; - repeated PersonBaseInfo baseinfo =33; - string collection=34; - string ageDescription=35; - repeated string tableId=36; } -- Gitblit v1.8.0