From abd6d2381b39009f8bd9faf47ddf4535a1596fdc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 13:24:47 +0800
Subject: [PATCH] add pollChannelCount to PollConfig
---
es.pb.go | 2773 ++++++++++++++++++++++++++++++++++++++++------------------
1 files changed, 1,902 insertions(+), 871 deletions(-)
diff --git a/es.pb.go b/es.pb.go
index c4e7803..f048aed 100644
--- a/es.pb.go
+++ b/es.pb.go
@@ -22,186 +22,20 @@
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
-type Baseinfo struct {
- FaceFeature string `protobuf:"bytes,1,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
- PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId,omitempty"`
- TableId string `protobuf:"bytes,3,opt,name=tableId,proto3" json:"tableId,omitempty"`
- TableName string `protobuf:"bytes,4,opt,name=tableName,proto3" json:"tableName,omitempty"`
- PersonName string `protobuf:"bytes,6,opt,name=personName,proto3" json:"personName,omitempty"`
- PersonPicUrl string `protobuf:"bytes,7,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"`
- PhoneNum string `protobuf:"bytes,8,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"`
- Sex string `protobuf:"bytes,9,opt,name=sex,proto3" json:"sex,omitempty"`
- Idcard string `protobuf:"bytes,10,opt,name=idcard,proto3" json:"idcard,omitempty"`
- MonitorLevel string `protobuf:"bytes,11,opt,name=monitorLevel,proto3" json:"monitorLevel,omitempty"`
- Content string `protobuf:"bytes,12,opt,name=content,proto3" json:"content,omitempty"`
-}
-
-func (m *Baseinfo) Reset() { *m = Baseinfo{} }
-func (m *Baseinfo) String() string { return proto.CompactTextString(m) }
-func (*Baseinfo) ProtoMessage() {}
-func (*Baseinfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_718db5c20d0f3738, []int{0}
-}
-func (m *Baseinfo) XXX_Unmarshal(b []byte) error {
- return m.Unmarshal(b)
-}
-func (m *Baseinfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- if deterministic {
- return xxx_messageInfo_Baseinfo.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 *Baseinfo) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Baseinfo.Merge(m, src)
-}
-func (m *Baseinfo) XXX_Size() int {
- return m.Size()
-}
-func (m *Baseinfo) XXX_DiscardUnknown() {
- xxx_messageInfo_Baseinfo.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_Baseinfo proto.InternalMessageInfo
-
-func (m *Baseinfo) GetFaceFeature() string {
- if m != nil {
- return m.FaceFeature
- }
- return ""
-}
-
-func (m *Baseinfo) GetPersonId() string {
- if m != nil {
- return m.PersonId
- }
- return ""
-}
-
-func (m *Baseinfo) GetTableId() string {
- if m != nil {
- return m.TableId
- }
- return ""
-}
-
-func (m *Baseinfo) GetTableName() string {
- if m != nil {
- return m.TableName
- }
- return ""
-}
-
-func (m *Baseinfo) GetPersonName() string {
- if m != nil {
- return m.PersonName
- }
- return ""
-}
-
-func (m *Baseinfo) GetPersonPicUrl() string {
- if m != nil {
- return m.PersonPicUrl
- }
- return ""
-}
-
-func (m *Baseinfo) GetPhoneNum() string {
- if m != nil {
- return m.PhoneNum
- }
- return ""
-}
-
-func (m *Baseinfo) GetSex() string {
- if m != nil {
- return m.Sex
- }
- return ""
-}
-
-func (m *Baseinfo) GetIdcard() string {
- if m != nil {
- return m.Idcard
- }
- return ""
-}
-
-func (m *Baseinfo) GetMonitorLevel() string {
- if m != nil {
- return m.MonitorLevel
- }
- return ""
-}
-
-func (m *Baseinfo) GetContent() string {
- if m != nil {
- return m.Content
- }
- return ""
-}
-
-type Binfos struct {
- Infos []*Baseinfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"`
-}
-
-func (m *Binfos) Reset() { *m = Binfos{} }
-func (m *Binfos) String() string { return proto.CompactTextString(m) }
-func (*Binfos) ProtoMessage() {}
-func (*Binfos) Descriptor() ([]byte, []int) {
- return fileDescriptor_718db5c20d0f3738, []int{1}
-}
-func (m *Binfos) XXX_Unmarshal(b []byte) error {
- return m.Unmarshal(b)
-}
-func (m *Binfos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- if deterministic {
- return xxx_messageInfo_Binfos.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 *Binfos) XXX_Merge(src proto.Message) {
- xxx_messageInfo_Binfos.Merge(m, src)
-}
-func (m *Binfos) XXX_Size() int {
- return m.Size()
-}
-func (m *Binfos) XXX_DiscardUnknown() {
- xxx_messageInfo_Binfos.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_Binfos proto.InternalMessageInfo
-
-func (m *Binfos) GetInfos() []*Baseinfo {
- if m != nil {
- return m.Infos
- }
- return nil
-}
-
type Esinfo struct {
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
- Tableid string `protobuf:"bytes,2,opt,name=tableid,proto3" json:"tableid,omitempty"`
- FaceFeature string `protobuf:"bytes,3,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
- CompareScore float32 `protobuf:"fixed32,4,opt,name=compareScore,proto3" json:"compareScore,omitempty"`
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ Tableid string `protobuf:"bytes,2,opt,name=tableid,proto3" json:"tableid,omitempty"`
+ FaceFeature string `protobuf:"bytes,3,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
+ CompareScore float32 `protobuf:"fixed32,4,opt,name=compareScore,proto3" json:"compareScore,omitempty"`
+ Enable int32 `protobuf:"varint,5,opt,name=enable,proto3" json:"enable,omitempty"`
+ AnalyServerId string `protobuf:"bytes,6,opt,name=analyServerId,proto3" json:"analyServerId,omitempty"`
}
func (m *Esinfo) Reset() { *m = Esinfo{} }
func (m *Esinfo) String() string { return proto.CompactTextString(m) }
func (*Esinfo) ProtoMessage() {}
func (*Esinfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_718db5c20d0f3738, []int{2}
+ return fileDescriptor_718db5c20d0f3738, []int{0}
}
func (m *Esinfo) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
@@ -258,151 +92,391 @@
return 0
}
+func (m *Esinfo) GetEnable() int32 {
+ if m != nil {
+ return m.Enable
+ }
+ return 0
+}
+
+func (m *Esinfo) GetAnalyServerId() string {
+ if m != nil {
+ return m.AnalyServerId
+ }
+ return ""
+}
+
+type Dbperson struct {
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ TableId string `protobuf:"bytes,2,opt,name=tableId,proto3" json:"tableId,omitempty"`
+ FaceFeature string `protobuf:"bytes,3,opt,name=faceFeature,proto3" json:"faceFeature,omitempty"`
+ PersonPicUrl string `protobuf:"bytes,4,opt,name=personPicUrl,proto3" json:"personPicUrl,omitempty"`
+ PersonName string `protobuf:"bytes,5,opt,name=personName,proto3" json:"personName,omitempty"`
+ Age string `protobuf:"bytes,6,opt,name=age,proto3" json:"age,omitempty"`
+ Sex string `protobuf:"bytes,7,opt,name=sex,proto3" json:"sex,omitempty"`
+ IdCard string `protobuf:"bytes,8,opt,name=idCard,proto3" json:"idCard,omitempty"`
+ PicDesc string `protobuf:"bytes,9,opt,name=picDesc,proto3" json:"picDesc,omitempty"`
+ PhoneNum string `protobuf:"bytes,10,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"`
+ CreateTime string `protobuf:"bytes,11,opt,name=createTime,proto3" json:"createTime,omitempty"`
+ UpdateTime string `protobuf:"bytes,12,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
+ CreateBy string `protobuf:"bytes,13,opt,name=createBy,proto3" json:"createBy,omitempty"`
+ IsDelete int32 `protobuf:"varint,14,opt,name=isDelete,proto3" json:"isDelete,omitempty"`
+ MonitorLevel string `protobuf:"bytes,15,opt,name=monitorLevel,proto3" json:"monitorLevel,omitempty"`
+ Enable int32 `protobuf:"varint,16,opt,name=enable,proto3" json:"enable,omitempty"`
+ Reserved string `protobuf:"bytes,17,opt,name=reserved,proto3" json:"reserved,omitempty"`
+}
+
+func (m *Dbperson) Reset() { *m = Dbperson{} }
+func (m *Dbperson) String() string { return proto.CompactTextString(m) }
+func (*Dbperson) ProtoMessage() {}
+func (*Dbperson) Descriptor() ([]byte, []int) {
+ return fileDescriptor_718db5c20d0f3738, []int{1}
+}
+func (m *Dbperson) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *Dbperson) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_Dbperson.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 *Dbperson) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_Dbperson.Merge(m, src)
+}
+func (m *Dbperson) XXX_Size() int {
+ return m.Size()
+}
+func (m *Dbperson) XXX_DiscardUnknown() {
+ xxx_messageInfo_Dbperson.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_Dbperson proto.InternalMessageInfo
+
+func (m *Dbperson) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *Dbperson) GetTableId() string {
+ if m != nil {
+ return m.TableId
+ }
+ return ""
+}
+
+func (m *Dbperson) GetFaceFeature() string {
+ if m != nil {
+ return m.FaceFeature
+ }
+ return ""
+}
+
+func (m *Dbperson) GetPersonPicUrl() string {
+ if m != nil {
+ return m.PersonPicUrl
+ }
+ return ""
+}
+
+func (m *Dbperson) GetPersonName() string {
+ if m != nil {
+ return m.PersonName
+ }
+ return ""
+}
+
+func (m *Dbperson) GetAge() string {
+ if m != nil {
+ return m.Age
+ }
+ return ""
+}
+
+func (m *Dbperson) GetSex() string {
+ if m != nil {
+ return m.Sex
+ }
+ return ""
+}
+
+func (m *Dbperson) GetIdCard() string {
+ if m != nil {
+ return m.IdCard
+ }
+ return ""
+}
+
+func (m *Dbperson) GetPicDesc() string {
+ if m != nil {
+ return m.PicDesc
+ }
+ return ""
+}
+
+func (m *Dbperson) GetPhoneNum() string {
+ if m != nil {
+ return m.PhoneNum
+ }
+ return ""
+}
+
+func (m *Dbperson) GetCreateTime() string {
+ if m != nil {
+ return m.CreateTime
+ }
+ return ""
+}
+
+func (m *Dbperson) GetUpdateTime() string {
+ if m != nil {
+ return m.UpdateTime
+ }
+ return ""
+}
+
+func (m *Dbperson) GetCreateBy() string {
+ if m != nil {
+ return m.CreateBy
+ }
+ return ""
+}
+
+func (m *Dbperson) GetIsDelete() int32 {
+ if m != nil {
+ return m.IsDelete
+ }
+ return 0
+}
+
+func (m *Dbperson) GetMonitorLevel() string {
+ if m != nil {
+ return m.MonitorLevel
+ }
+ return ""
+}
+
+func (m *Dbperson) GetEnable() int32 {
+ if m != nil {
+ return m.Enable
+ }
+ return 0
+}
+
+func (m *Dbperson) GetReserved() string {
+ if m != nil {
+ return m.Reserved
+ }
+ return ""
+}
+
+type Dbtable struct {
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ TableName string `protobuf:"bytes,2,opt,name=tableName,proto3" json:"tableName,omitempty"`
+ TableDesc string `protobuf:"bytes,3,opt,name=tableDesc,proto3" json:"tableDesc,omitempty"`
+ TableType string `protobuf:"bytes,4,opt,name=tableType,proto3" json:"tableType,omitempty"`
+ BwType string `protobuf:"bytes,5,opt,name=bwType,proto3" json:"bwType,omitempty"`
+ StartTime string `protobuf:"bytes,6,opt,name=startTime,proto3" json:"startTime,omitempty"`
+ EndTime string `protobuf:"bytes,7,opt,name=endTime,proto3" json:"endTime,omitempty"`
+ CreateTime string `protobuf:"bytes,8,opt,name=createTime,proto3" json:"createTime,omitempty"`
+ UpdateTime string `protobuf:"bytes,9,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
+ CreateBy string `protobuf:"bytes,10,opt,name=createBy,proto3" json:"createBy,omitempty"`
+ IsDelete int32 `protobuf:"varint,11,opt,name=isDelete,proto3" json:"isDelete,omitempty"`
+ IsForever string `protobuf:"bytes,12,opt,name=isForever,proto3" json:"isForever,omitempty"`
+ Enable int32 `protobuf:"varint,13,opt,name=enable,proto3" json:"enable,omitempty"`
+ IsSync string `protobuf:"bytes,14,opt,name=isSync,proto3" json:"isSync,omitempty"`
+ AnalyServerId string `protobuf:"bytes,15,opt,name=analyServerId,proto3" json:"analyServerId,omitempty"`
+}
+
+func (m *Dbtable) Reset() { *m = Dbtable{} }
+func (m *Dbtable) String() string { return proto.CompactTextString(m) }
+func (*Dbtable) ProtoMessage() {}
+func (*Dbtable) Descriptor() ([]byte, []int) {
+ return fileDescriptor_718db5c20d0f3738, []int{2}
+}
+func (m *Dbtable) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *Dbtable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_Dbtable.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 *Dbtable) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_Dbtable.Merge(m, src)
+}
+func (m *Dbtable) XXX_Size() int {
+ return m.Size()
+}
+func (m *Dbtable) XXX_DiscardUnknown() {
+ xxx_messageInfo_Dbtable.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_Dbtable proto.InternalMessageInfo
+
+func (m *Dbtable) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *Dbtable) GetTableName() string {
+ if m != nil {
+ return m.TableName
+ }
+ return ""
+}
+
+func (m *Dbtable) GetTableDesc() string {
+ if m != nil {
+ return m.TableDesc
+ }
+ return ""
+}
+
+func (m *Dbtable) GetTableType() string {
+ if m != nil {
+ return m.TableType
+ }
+ return ""
+}
+
+func (m *Dbtable) GetBwType() string {
+ if m != nil {
+ return m.BwType
+ }
+ return ""
+}
+
+func (m *Dbtable) GetStartTime() string {
+ if m != nil {
+ return m.StartTime
+ }
+ return ""
+}
+
+func (m *Dbtable) GetEndTime() string {
+ if m != nil {
+ return m.EndTime
+ }
+ return ""
+}
+
+func (m *Dbtable) GetCreateTime() string {
+ if m != nil {
+ return m.CreateTime
+ }
+ return ""
+}
+
+func (m *Dbtable) GetUpdateTime() string {
+ if m != nil {
+ return m.UpdateTime
+ }
+ return ""
+}
+
+func (m *Dbtable) GetCreateBy() string {
+ if m != nil {
+ return m.CreateBy
+ }
+ return ""
+}
+
+func (m *Dbtable) GetIsDelete() int32 {
+ if m != nil {
+ return m.IsDelete
+ }
+ return 0
+}
+
+func (m *Dbtable) GetIsForever() string {
+ if m != nil {
+ return m.IsForever
+ }
+ return ""
+}
+
+func (m *Dbtable) GetEnable() int32 {
+ if m != nil {
+ return m.Enable
+ }
+ return 0
+}
+
+func (m *Dbtable) GetIsSync() string {
+ if m != nil {
+ return m.IsSync
+ }
+ return ""
+}
+
+func (m *Dbtable) GetAnalyServerId() string {
+ if m != nil {
+ return m.AnalyServerId
+ }
+ return ""
+}
+
func init() {
- proto.RegisterType((*Baseinfo)(nil), "protomsg.Baseinfo")
- proto.RegisterType((*Binfos)(nil), "protomsg.Binfos")
proto.RegisterType((*Esinfo)(nil), "protomsg.Esinfo")
+ proto.RegisterType((*Dbperson)(nil), "protomsg.Dbperson")
+ proto.RegisterType((*Dbtable)(nil), "protomsg.Dbtable")
}
func init() { proto.RegisterFile("es.proto", fileDescriptor_718db5c20d0f3738) }
var fileDescriptor_718db5c20d0f3738 = []byte{
- // 332 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0xc1, 0x6a, 0xc2, 0x40,
- 0x10, 0x86, 0x4d, 0xd2, 0xc6, 0x38, 0x4a, 0x29, 0x7b, 0x28, 0x43, 0x29, 0x8b, 0xe4, 0xe4, 0xc9,
- 0x83, 0x7d, 0x03, 0xa1, 0x05, 0xa1, 0x48, 0xb1, 0xf4, 0x01, 0xd6, 0x64, 0x6c, 0x17, 0x4c, 0x56,
- 0x76, 0x63, 0xf1, 0x31, 0xfa, 0x58, 0x1e, 0x3d, 0xf6, 0x58, 0xf4, 0x45, 0x4a, 0x26, 0x49, 0xd5,
- 0xf6, 0x94, 0xf9, 0xff, 0x7f, 0xc9, 0xcc, 0x7c, 0x03, 0x11, 0xb9, 0xe1, 0xca, 0x9a, 0xc2, 0x88,
- 0x88, 0x3f, 0x99, 0x7b, 0x8b, 0xb7, 0x3e, 0x44, 0x63, 0xe5, 0x48, 0xe7, 0x0b, 0x23, 0xfa, 0xd0,
- 0x5d, 0xa8, 0x84, 0x1e, 0x49, 0x15, 0x6b, 0x4b, 0xe8, 0xf5, 0xbd, 0x41, 0x67, 0x76, 0x6a, 0x89,
- 0x5b, 0x88, 0x56, 0x64, 0x9d, 0xc9, 0x27, 0x29, 0xfa, 0x1c, 0xff, 0x6a, 0x81, 0xd0, 0x2e, 0xd4,
- 0x7c, 0x49, 0x93, 0x14, 0x03, 0x8e, 0x1a, 0x29, 0xee, 0xa0, 0xc3, 0xe5, 0x54, 0x65, 0x84, 0x17,
- 0x9c, 0x1d, 0x0d, 0x21, 0x01, 0xaa, 0x7f, 0x70, 0x1c, 0x72, 0x7c, 0xe2, 0x88, 0x18, 0x7a, 0x95,
- 0x7a, 0xd6, 0xc9, 0xab, 0x5d, 0x62, 0x9b, 0x5f, 0x9c, 0x79, 0x3c, 0xd7, 0xbb, 0xc9, 0x69, 0xba,
- 0xce, 0x30, 0xaa, 0xe7, 0xaa, 0xb5, 0xb8, 0x86, 0xc0, 0xd1, 0x06, 0x3b, 0x6c, 0x97, 0xa5, 0xb8,
- 0x81, 0x50, 0xa7, 0x89, 0xb2, 0x29, 0x02, 0x9b, 0xb5, 0x2a, 0x3b, 0x65, 0x26, 0xd7, 0x85, 0xb1,
- 0x4f, 0xf4, 0x41, 0x4b, 0xec, 0x56, 0x9d, 0x4e, 0xbd, 0x72, 0xcb, 0xc4, 0xe4, 0x05, 0xe5, 0x05,
- 0xf6, 0xaa, 0x2d, 0x6b, 0x19, 0x8f, 0x20, 0x1c, 0x97, 0x18, 0x9d, 0x18, 0xc0, 0x25, 0x17, 0xe8,
- 0xf5, 0x83, 0x41, 0x77, 0x24, 0x86, 0x0d, 0xee, 0x61, 0x83, 0x7a, 0x56, 0x3d, 0x88, 0x37, 0x10,
- 0x3e, 0x38, 0x66, 0x7f, 0x05, 0xbe, 0x4e, 0x6b, 0xe4, 0xbe, 0x3e, 0xd2, 0xd4, 0x0d, 0xe8, 0x46,
- 0xfe, 0xbd, 0x52, 0xf0, 0xff, 0x4a, 0x31, 0xf4, 0x12, 0x93, 0xad, 0x94, 0xa5, 0x97, 0xc4, 0xd8,
- 0x0a, 0xb9, 0x3f, 0x3b, 0xf3, 0xc6, 0xb8, 0xdd, 0x4b, 0x6f, 0xb7, 0x97, 0xde, 0xf7, 0x5e, 0x7a,
- 0x9f, 0x07, 0xd9, 0xda, 0x1d, 0x64, 0xeb, 0xeb, 0x20, 0x5b, 0xf3, 0x90, 0xa7, 0xbd, 0xff, 0x09,
- 0x00, 0x00, 0xff, 0xff, 0x5b, 0x12, 0xc2, 0xf5, 0x2f, 0x02, 0x00, 0x00,
-}
-
-func (m *Baseinfo) 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 *Baseinfo) MarshalTo(dAtA []byte) (int, error) {
- var i int
- _ = i
- var l int
- _ = l
- if len(m.FaceFeature) > 0 {
- dAtA[i] = 0xa
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.FaceFeature)))
- i += copy(dAtA[i:], m.FaceFeature)
- }
- if len(m.PersonId) > 0 {
- dAtA[i] = 0x12
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.PersonId)))
- i += copy(dAtA[i:], m.PersonId)
- }
- if len(m.TableId) > 0 {
- dAtA[i] = 0x1a
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.TableId)))
- i += copy(dAtA[i:], m.TableId)
- }
- if len(m.TableName) > 0 {
- dAtA[i] = 0x22
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.TableName)))
- i += copy(dAtA[i:], m.TableName)
- }
- if len(m.PersonName) > 0 {
- dAtA[i] = 0x32
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.PersonName)))
- i += copy(dAtA[i:], m.PersonName)
- }
- if len(m.PersonPicUrl) > 0 {
- dAtA[i] = 0x3a
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.PersonPicUrl)))
- i += copy(dAtA[i:], m.PersonPicUrl)
- }
- if len(m.PhoneNum) > 0 {
- dAtA[i] = 0x42
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.PhoneNum)))
- i += copy(dAtA[i:], m.PhoneNum)
- }
- if len(m.Sex) > 0 {
- dAtA[i] = 0x4a
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.Sex)))
- i += copy(dAtA[i:], m.Sex)
- }
- if len(m.Idcard) > 0 {
- dAtA[i] = 0x52
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.Idcard)))
- i += copy(dAtA[i:], m.Idcard)
- }
- if len(m.MonitorLevel) > 0 {
- dAtA[i] = 0x5a
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.MonitorLevel)))
- i += copy(dAtA[i:], m.MonitorLevel)
- }
- if len(m.Content) > 0 {
- dAtA[i] = 0x62
- i++
- i = encodeVarintEs(dAtA, i, uint64(len(m.Content)))
- i += copy(dAtA[i:], m.Content)
- }
- return i, nil
-}
-
-func (m *Binfos) 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 *Binfos) MarshalTo(dAtA []byte) (int, error) {
- var i int
- _ = i
- var l int
- _ = l
- if len(m.Infos) > 0 {
- for _, msg := range m.Infos {
- dAtA[i] = 0xa
- i++
- i = encodeVarintEs(dAtA, i, uint64(msg.Size()))
- n, err := msg.MarshalTo(dAtA[i:])
- if err != nil {
- return 0, err
- }
- i += n
- }
- }
- return i, nil
+ // 515 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0x41, 0x6e, 0xda, 0x40,
+ 0x14, 0x86, 0x31, 0x6e, 0xc0, 0x1e, 0x42, 0x92, 0xce, 0xa2, 0x1a, 0x45, 0x91, 0x85, 0x50, 0x17,
+ 0xac, 0xba, 0xe9, 0x0d, 0x52, 0x1a, 0x09, 0xa9, 0x8a, 0x2a, 0x93, 0x1e, 0x60, 0x6c, 0xbf, 0xa4,
+ 0x23, 0xd9, 0x1e, 0x6b, 0xc6, 0xd0, 0x70, 0x8b, 0xde, 0xa4, 0xbb, 0x9e, 0xa1, 0xcb, 0x2c, 0xbb,
+ 0xe8, 0xa2, 0x82, 0x8b, 0x54, 0xf3, 0xc6, 0xc6, 0x76, 0xd2, 0xd2, 0xac, 0xe0, 0xff, 0x7f, 0x78,
+ 0xfc, 0xbc, 0x6f, 0xc6, 0xc4, 0x03, 0xfd, 0xa6, 0x50, 0xb2, 0x94, 0xd4, 0xc3, 0x97, 0x4c, 0xdf,
+ 0x4d, 0xbf, 0x3b, 0x64, 0xf0, 0x5e, 0x8b, 0xfc, 0x56, 0xd2, 0x13, 0xd2, 0x17, 0x09, 0x73, 0x26,
+ 0xce, 0xcc, 0x0f, 0xfb, 0x22, 0xa1, 0x8c, 0x0c, 0x4b, 0x1e, 0xa5, 0x20, 0x12, 0xd6, 0x47, 0xb3,
+ 0x96, 0x74, 0x42, 0x46, 0xb7, 0x3c, 0x86, 0x2b, 0xe0, 0xe5, 0x4a, 0x01, 0x73, 0x31, 0x6d, 0x5b,
+ 0x74, 0x4a, 0x8e, 0x63, 0x99, 0x15, 0x5c, 0xc1, 0x32, 0x96, 0x0a, 0xd8, 0x8b, 0x89, 0x33, 0xeb,
+ 0x87, 0x1d, 0x8f, 0xbe, 0x22, 0x03, 0xc8, 0xcd, 0x44, 0x76, 0x34, 0x71, 0x66, 0x47, 0x61, 0xa5,
+ 0xe8, 0x6b, 0x32, 0xe6, 0x39, 0x4f, 0x37, 0x4b, 0x50, 0x6b, 0x50, 0x8b, 0x84, 0x0d, 0x70, 0x7e,
+ 0xd7, 0x9c, 0xfe, 0x72, 0x89, 0x37, 0x8f, 0x0a, 0x50, 0x5a, 0xe6, 0xff, 0xac, 0xbe, 0xe8, 0x56,
+ 0x5f, 0x3c, 0xb3, 0xba, 0x9d, 0xfa, 0x51, 0xc4, 0x9f, 0x54, 0x8a, 0xd5, 0xfd, 0xb0, 0xe3, 0xd1,
+ 0x80, 0x10, 0xab, 0xaf, 0x79, 0x66, 0xeb, 0xfb, 0x61, 0xcb, 0xa1, 0x67, 0xc4, 0xe5, 0x77, 0x50,
+ 0x15, 0x37, 0x6f, 0x8d, 0xa3, 0xe1, 0x9e, 0x0d, 0xad, 0xa3, 0xe1, 0xde, 0xfc, 0x7d, 0x91, 0xbc,
+ 0xe3, 0x2a, 0x61, 0x1e, 0x9a, 0x95, 0x32, 0xdd, 0x0b, 0x11, 0xcf, 0x41, 0xc7, 0xcc, 0xb7, 0xdd,
+ 0x2b, 0x49, 0xcf, 0x89, 0x57, 0x7c, 0x96, 0x39, 0x5c, 0xaf, 0x32, 0x46, 0x30, 0xda, 0x6b, 0xd3,
+ 0x28, 0x56, 0xc0, 0x4b, 0xb8, 0x11, 0x19, 0xb0, 0x91, 0x6d, 0xd4, 0x38, 0x26, 0x5f, 0x15, 0x49,
+ 0x9d, 0x1f, 0xdb, 0xbc, 0x71, 0xcc, 0x6c, 0xfb, 0xe9, 0xcb, 0x0d, 0x1b, 0xdb, 0xd9, 0xb5, 0x36,
+ 0x99, 0xd0, 0x73, 0x48, 0xa1, 0x04, 0x76, 0x82, 0xa8, 0xf6, 0xda, 0x6c, 0x2b, 0x93, 0xb9, 0x28,
+ 0xa5, 0xfa, 0x00, 0x6b, 0x48, 0xd9, 0xa9, 0xdd, 0x56, 0xdb, 0x6b, 0x81, 0x3e, 0xeb, 0x80, 0x3e,
+ 0x27, 0x9e, 0x02, 0x6d, 0x80, 0x26, 0xec, 0xa5, 0xfd, 0xcd, 0x5a, 0x4f, 0xbf, 0xb9, 0x64, 0x38,
+ 0x8f, 0x90, 0xda, 0x13, 0xba, 0x17, 0xc4, 0xc7, 0x00, 0x97, 0x6f, 0xf9, 0x36, 0xc6, 0x3e, 0xc5,
+ 0x0d, 0xba, 0xad, 0x14, 0x77, 0x58, 0xa7, 0x37, 0x9b, 0x02, 0x2a, 0xb4, 0x8d, 0x61, 0x9a, 0x46,
+ 0x5f, 0x30, 0xb2, 0x4c, 0x2b, 0x65, 0xbe, 0xa5, 0x4b, 0xae, 0x4a, 0x5c, 0x9e, 0xa5, 0xda, 0x18,
+ 0x86, 0x18, 0xe4, 0x09, 0x66, 0x96, 0x6f, 0x2d, 0x1f, 0x51, 0xf1, 0xfe, 0x43, 0xc5, 0x3f, 0x48,
+ 0x85, 0x1c, 0xa0, 0x32, 0x7a, 0x44, 0xe5, 0x82, 0xf8, 0x42, 0x5f, 0x49, 0x05, 0x6b, 0x50, 0x15,
+ 0xec, 0xc6, 0x68, 0xf1, 0x18, 0x77, 0x78, 0x98, 0x13, 0xa9, 0x97, 0x9b, 0x3c, 0x46, 0xca, 0xe6,
+ 0x44, 0xa2, 0x7a, 0x7a, 0x21, 0x4f, 0xff, 0x72, 0x21, 0x2f, 0xd9, 0x8f, 0x6d, 0xe0, 0x3c, 0x6c,
+ 0x03, 0xe7, 0xf7, 0x36, 0x70, 0xbe, 0xee, 0x82, 0xde, 0xc3, 0x2e, 0xe8, 0xfd, 0xdc, 0x05, 0xbd,
+ 0x68, 0x80, 0x4f, 0x9b, 0xb7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xae, 0xb9, 0xb1, 0xa6, 0x80,
+ 0x04, 0x00, 0x00,
}
func (m *Esinfo) Marshal() (dAtA []byte, err error) {
@@ -444,6 +518,245 @@
encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.CompareScore))))
i += 4
}
+ if m.Enable != 0 {
+ dAtA[i] = 0x28
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(m.Enable))
+ }
+ if len(m.AnalyServerId) > 0 {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.AnalyServerId)))
+ i += copy(dAtA[i:], m.AnalyServerId)
+ }
+ return i, nil
+}
+
+func (m *Dbperson) 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 *Dbperson) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Id) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.Id)))
+ i += copy(dAtA[i:], m.Id)
+ }
+ if len(m.TableId) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.TableId)))
+ i += copy(dAtA[i:], m.TableId)
+ }
+ if len(m.FaceFeature) > 0 {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.FaceFeature)))
+ i += copy(dAtA[i:], m.FaceFeature)
+ }
+ if len(m.PersonPicUrl) > 0 {
+ dAtA[i] = 0x22
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.PersonPicUrl)))
+ i += copy(dAtA[i:], m.PersonPicUrl)
+ }
+ if len(m.PersonName) > 0 {
+ dAtA[i] = 0x2a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.PersonName)))
+ i += copy(dAtA[i:], m.PersonName)
+ }
+ if len(m.Age) > 0 {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.Age)))
+ i += copy(dAtA[i:], m.Age)
+ }
+ if len(m.Sex) > 0 {
+ dAtA[i] = 0x3a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.Sex)))
+ i += copy(dAtA[i:], m.Sex)
+ }
+ if len(m.IdCard) > 0 {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.IdCard)))
+ i += copy(dAtA[i:], m.IdCard)
+ }
+ if len(m.PicDesc) > 0 {
+ dAtA[i] = 0x4a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.PicDesc)))
+ i += copy(dAtA[i:], m.PicDesc)
+ }
+ if len(m.PhoneNum) > 0 {
+ dAtA[i] = 0x52
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.PhoneNum)))
+ i += copy(dAtA[i:], m.PhoneNum)
+ }
+ if len(m.CreateTime) > 0 {
+ dAtA[i] = 0x5a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.CreateTime)))
+ i += copy(dAtA[i:], m.CreateTime)
+ }
+ if len(m.UpdateTime) > 0 {
+ dAtA[i] = 0x62
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.UpdateTime)))
+ i += copy(dAtA[i:], m.UpdateTime)
+ }
+ if len(m.CreateBy) > 0 {
+ dAtA[i] = 0x6a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.CreateBy)))
+ i += copy(dAtA[i:], m.CreateBy)
+ }
+ if m.IsDelete != 0 {
+ dAtA[i] = 0x70
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(m.IsDelete))
+ }
+ if len(m.MonitorLevel) > 0 {
+ dAtA[i] = 0x7a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.MonitorLevel)))
+ i += copy(dAtA[i:], m.MonitorLevel)
+ }
+ if m.Enable != 0 {
+ dAtA[i] = 0x80
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(m.Enable))
+ }
+ if len(m.Reserved) > 0 {
+ dAtA[i] = 0x8a
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.Reserved)))
+ i += copy(dAtA[i:], m.Reserved)
+ }
+ return i, nil
+}
+
+func (m *Dbtable) 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 *Dbtable) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Id) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.Id)))
+ i += copy(dAtA[i:], m.Id)
+ }
+ if len(m.TableName) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.TableName)))
+ i += copy(dAtA[i:], m.TableName)
+ }
+ if len(m.TableDesc) > 0 {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.TableDesc)))
+ i += copy(dAtA[i:], m.TableDesc)
+ }
+ if len(m.TableType) > 0 {
+ dAtA[i] = 0x22
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.TableType)))
+ i += copy(dAtA[i:], m.TableType)
+ }
+ if len(m.BwType) > 0 {
+ dAtA[i] = 0x2a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.BwType)))
+ i += copy(dAtA[i:], m.BwType)
+ }
+ if len(m.StartTime) > 0 {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.StartTime)))
+ i += copy(dAtA[i:], m.StartTime)
+ }
+ if len(m.EndTime) > 0 {
+ dAtA[i] = 0x3a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.EndTime)))
+ i += copy(dAtA[i:], m.EndTime)
+ }
+ if len(m.CreateTime) > 0 {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.CreateTime)))
+ i += copy(dAtA[i:], m.CreateTime)
+ }
+ if len(m.UpdateTime) > 0 {
+ dAtA[i] = 0x4a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.UpdateTime)))
+ i += copy(dAtA[i:], m.UpdateTime)
+ }
+ if len(m.CreateBy) > 0 {
+ dAtA[i] = 0x52
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.CreateBy)))
+ i += copy(dAtA[i:], m.CreateBy)
+ }
+ if m.IsDelete != 0 {
+ dAtA[i] = 0x58
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(m.IsDelete))
+ }
+ if len(m.IsForever) > 0 {
+ dAtA[i] = 0x62
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.IsForever)))
+ i += copy(dAtA[i:], m.IsForever)
+ }
+ if m.Enable != 0 {
+ dAtA[i] = 0x68
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(m.Enable))
+ }
+ if len(m.IsSync) > 0 {
+ dAtA[i] = 0x72
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.IsSync)))
+ i += copy(dAtA[i:], m.IsSync)
+ }
+ if len(m.AnalyServerId) > 0 {
+ dAtA[i] = 0x7a
+ i++
+ i = encodeVarintEs(dAtA, i, uint64(len(m.AnalyServerId)))
+ i += copy(dAtA[i:], m.AnalyServerId)
+ }
return i, nil
}
@@ -456,74 +769,6 @@
dAtA[offset] = uint8(v)
return offset + 1
}
-func (m *Baseinfo) Size() (n int) {
- if m == nil {
- return 0
- }
- var l int
- _ = l
- l = len(m.FaceFeature)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.PersonId)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.TableId)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.TableName)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.PersonName)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.PersonPicUrl)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.PhoneNum)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.Sex)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.Idcard)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.MonitorLevel)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- l = len(m.Content)
- if l > 0 {
- n += 1 + l + sovEs(uint64(l))
- }
- return n
-}
-
-func (m *Binfos) Size() (n int) {
- if m == nil {
- return 0
- }
- var l int
- _ = l
- if len(m.Infos) > 0 {
- for _, e := range m.Infos {
- l = e.Size()
- n += 1 + l + sovEs(uint64(l))
- }
- }
- return n
-}
-
func (m *Esinfo) Size() (n int) {
if m == nil {
return 0
@@ -545,6 +790,155 @@
if m.CompareScore != 0 {
n += 5
}
+ if m.Enable != 0 {
+ n += 1 + sovEs(uint64(m.Enable))
+ }
+ l = len(m.AnalyServerId)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ return n
+}
+
+func (m *Dbperson) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.Id)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.TableId)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.FaceFeature)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.PersonPicUrl)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.PersonName)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.Age)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.Sex)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.IdCard)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.PicDesc)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.PhoneNum)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.CreateTime)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.UpdateTime)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.CreateBy)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ if m.IsDelete != 0 {
+ n += 1 + sovEs(uint64(m.IsDelete))
+ }
+ l = len(m.MonitorLevel)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ if m.Enable != 0 {
+ n += 2 + sovEs(uint64(m.Enable))
+ }
+ l = len(m.Reserved)
+ if l > 0 {
+ n += 2 + l + sovEs(uint64(l))
+ }
+ return n
+}
+
+func (m *Dbtable) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.Id)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.TableName)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.TableDesc)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.TableType)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.BwType)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.StartTime)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.EndTime)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.CreateTime)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.UpdateTime)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.CreateBy)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ if m.IsDelete != 0 {
+ n += 1 + sovEs(uint64(m.IsDelete))
+ }
+ l = len(m.IsForever)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ if m.Enable != 0 {
+ n += 1 + sovEs(uint64(m.Enable))
+ }
+ l = len(m.IsSync)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
+ l = len(m.AnalyServerId)
+ if l > 0 {
+ n += 1 + l + sovEs(uint64(l))
+ }
return n
}
@@ -560,498 +954,6 @@
}
func sozEs(x uint64) (n int) {
return sovEs(uint64((x << 1) ^ uint64((int64(x) >> 63))))
-}
-func (m *Baseinfo) 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 ErrIntOverflowEs
- }
- 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: Baseinfo: wiretype end group for non-group")
- }
- if fieldNum <= 0 {
- return fmt.Errorf("proto: Baseinfo: illegal tag %d (wire type %d)", fieldNum, wire)
- }
- switch fieldNum {
- case 1:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.FaceFeature = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 2:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.PersonId = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 3:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.TableId = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 4:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.TableName = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 6:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field PersonName", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.PersonName = 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- 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 PhoneNum", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.PhoneNum = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 9:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Sex", wireType)
- }
- var stringLen uint64
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Sex = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 10:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Idcard = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 11:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.MonitorLevel = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- case 12:
- 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 ErrIntOverflowEs
- }
- 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 ErrInvalidLengthEs
- }
- postIndex := iNdEx + intStringLen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Content = string(dAtA[iNdEx:postIndex])
- iNdEx = postIndex
- default:
- iNdEx = preIndex
- skippy, err := skipEs(dAtA[iNdEx:])
- if err != nil {
- return err
- }
- if skippy < 0 {
- return ErrInvalidLengthEs
- }
- if (iNdEx + skippy) < 0 {
- return ErrInvalidLengthEs
- }
- if (iNdEx + skippy) > l {
- return io.ErrUnexpectedEOF
- }
- iNdEx += skippy
- }
- }
-
- if iNdEx > l {
- return io.ErrUnexpectedEOF
- }
- return nil
-}
-func (m *Binfos) 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 ErrIntOverflowEs
- }
- 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: Binfos: wiretype end group for non-group")
- }
- if fieldNum <= 0 {
- return fmt.Errorf("proto: Binfos: illegal tag %d (wire type %d)", fieldNum, wire)
- }
- switch fieldNum {
- case 1:
- if wireType != 2 {
- return fmt.Errorf("proto: wrong wireType = %d for field Infos", wireType)
- }
- var msglen int
- for shift := uint(0); ; shift += 7 {
- if shift >= 64 {
- return ErrIntOverflowEs
- }
- if iNdEx >= l {
- return io.ErrUnexpectedEOF
- }
- b := dAtA[iNdEx]
- iNdEx++
- msglen |= int(b&0x7F) << shift
- if b < 0x80 {
- break
- }
- }
- if msglen < 0 {
- return ErrInvalidLengthEs
- }
- postIndex := iNdEx + msglen
- if postIndex < 0 {
- return ErrInvalidLengthEs
- }
- if postIndex > l {
- return io.ErrUnexpectedEOF
- }
- m.Infos = append(m.Infos, &Baseinfo{})
- if err := m.Infos[len(m.Infos)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
- return err
- }
- iNdEx = postIndex
- default:
- iNdEx = preIndex
- skippy, err := skipEs(dAtA[iNdEx:])
- if err != nil {
- return err
- }
- if skippy < 0 {
- return ErrInvalidLengthEs
- }
- if (iNdEx + skippy) < 0 {
- return ErrInvalidLengthEs
- }
- if (iNdEx + skippy) > l {
- return io.ErrUnexpectedEOF
- }
- iNdEx += skippy
- }
- }
-
- if iNdEx > l {
- return io.ErrUnexpectedEOF
- }
- return nil
}
func (m *Esinfo) Unmarshal(dAtA []byte) error {
l := len(dAtA)
@@ -1189,6 +1091,1135 @@
v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
iNdEx += 4
m.CompareScore = float32(math.Float32frombits(v))
+ case 5:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
+ }
+ m.Enable = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Enable |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 6:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field AnalyServerId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.AnalyServerId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipEs(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthEs
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthEs
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *Dbperson) 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 ErrIntOverflowEs
+ }
+ 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: Dbperson: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: Dbperson: 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Id = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field TableId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.TableId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.FaceFeature = 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ 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 PersonName", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.PersonName = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 6:
+ 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Age = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 7:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Sex", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Sex = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 8:
+ 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.IdCard = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 9:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PicDesc", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.PicDesc = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 10:
+ 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.PhoneNum = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 11:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CreateTime", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CreateTime = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 12:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field UpdateTime", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.UpdateTime = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 13:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CreateBy", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CreateBy = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 14:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field IsDelete", wireType)
+ }
+ m.IsDelete = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.IsDelete |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 15:
+ 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.MonitorLevel = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 16:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
+ }
+ m.Enable = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Enable |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 17:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Reserved", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Reserved = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipEs(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthEs
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthEs
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *Dbtable) 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 ErrIntOverflowEs
+ }
+ 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: Dbtable: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: Dbtable: 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 ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ 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 TableName", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.TableName = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field TableDesc", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.TableDesc = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 4:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field TableType", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.TableType = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 5:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field BwType", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.BwType = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 6:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field StartTime", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.StartTime = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 7:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field EndTime", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.EndTime = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CreateTime", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CreateTime = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 9:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field UpdateTime", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.UpdateTime = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 10:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CreateBy", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.CreateBy = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 11:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field IsDelete", wireType)
+ }
+ m.IsDelete = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.IsDelete |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 12:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field IsForever", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.IsForever = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 13:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Enable", wireType)
+ }
+ m.Enable = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Enable |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 14:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field IsSync", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.IsSync = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 15:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field AnalyServerId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowEs
+ }
+ 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 ErrInvalidLengthEs
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthEs
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.AnalyServerId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipEs(dAtA[iNdEx:])
--
Gitblit v1.8.0