liuxiaolong
2019-08-01 99e1fa2f512212d3ed23f7a57ad326990181f619
change feature to str
2个文件已修改
50 ■■■■ 已修改文件
protomsg.pb.go 48 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.proto 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
protomsg.pb.go
@@ -2637,7 +2637,7 @@
    Type     EsCacheChanged `protobuf:"varint,1,opt,name=type,proto3,enum=protomsg.EsCacheChanged" json:"type,omitempty"`
    TableId  string         `protobuf:"bytes,2,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
    PersonId string         `protobuf:"bytes,3,opt,name=person_id,json=personId,proto3" json:"person_id,omitempty"`
    Feature  []byte         `protobuf:"bytes,4,opt,name=feature,proto3" json:"feature,omitempty"`
    Feature  string         `protobuf:"bytes,4,opt,name=feature,proto3" json:"feature,omitempty"`
    Action   DbAction       `protobuf:"varint,5,opt,name=action,proto3,enum=protomsg.DbAction" json:"action,omitempty"`
}
@@ -2695,11 +2695,11 @@
    return ""
}
func (m *EsPersonCacheChange) GetFeature() []byte {
func (m *EsPersonCacheChange) GetFeature() string {
    if m != nil {
        return m.Feature
    }
    return nil
    return ""
}
func (m *EsPersonCacheChange) GetAction() DbAction {
@@ -2750,7 +2750,7 @@
func init() { proto.RegisterFile("protomsg.proto", fileDescriptor_32de24555f916688) }
var fileDescriptor_32de24555f916688 = []byte{
    // 2368 bytes of a gzipped FileDescriptorProto
    // 2367 bytes of a gzipped FileDescriptorProto
    0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0x4b, 0x6f, 0x1c, 0xc7,
    0xf1, 0xe7, 0xec, 0x7b, 0x6a, 0x1f, 0x5a, 0xb5, 0xf4, 0xb7, 0xc7, 0xf2, 0x5f, 0x34, 0x35, 0x91,
    0x61, 0x42, 0xb0, 0x95, 0x80, 0xd2, 0x29, 0x87, 0x00, 0x34, 0x49, 0x05, 0x0b, 0x38, 0x02, 0x33,
@@ -2886,19 +2886,19 @@
    0xb8, 0x77, 0xa4, 0x8f, 0x85, 0xd2, 0x69, 0x72, 0xc0, 0x57, 0xe7, 0xb6, 0x63, 0xb2, 0xcf, 0x6d,
    0x65, 0x35, 0x6d, 0xb5, 0x91, 0x48, 0x47, 0xba, 0x21, 0x16, 0xd9, 0xe6, 0xf1, 0x91, 0xad, 0xb1,
    0xe1, 0x46, 0x4a, 0x9b, 0x87, 0x42, 0x46, 0xbb, 0x37, 0x1e, 0x0a, 0x06, 0x58, 0x50, 0x25, 0x38,
    0xb3, 0xf5, 0xb4, 0x47, 0xf5, 0xb4, 0x24, 0x1b, 0x9d, 0xb9, 0xff, 0x43, 0x9d, 0xf9, 0xc9, 0x5f,
    0x1c, 0x98, 0x34, 0xbb, 0x3d, 0x9b, 0xc0, 0xe8, 0x34, 0x34, 0x7d, 0x79, 0xbe, 0xc5, 0xe6, 0x30,
    0x29, 0x29, 0x1c, 0x20, 0xe7, 0x0e, 0xbb, 0x0f, 0xf3, 0x26, 0x82, 0x6d, 0x62, 0xde, 0x61, 0x00,
    0x83, 0xd3, 0x90, 0x24, 0xba, 0x6c, 0x0a, 0xae, 0x59, 0x9f, 0x44, 0x17, 0xf3, 0x1e, 0xbb, 0x0b,
    0xd3, 0x8a, 0xc4, 0x90, 0x9c, 0xf7, 0x99, 0x0b, 0xfd, 0xd3, 0x10, 0xb9, 0x03, 0x76, 0x0f, 0xee,
    0x94, 0xdb, 0xd9, 0x31, 0x60, 0x3e, 0x64, 0x33, 0x80, 0xd3, 0xf0, 0xd4, 0x3e, 0xfb, 0xe7, 0x23,
    0xa3, 0x93, 0x29, 0x92, 0x73, 0xd7, 0xe8, 0x74, 0x9c, 0x4a, 0x79, 0x90, 0x26, 0x67, 0xf1, 0x7a,
    0x0e, 0x4f, 0x9e, 0xc2, 0xa8, 0xbc, 0x18, 0x6a, 0xb2, 0x48, 0xb4, 0x50, 0xf9, 0x7c, 0x0b, 0xd7,
    0xaf, 0x68, 0xa8, 0x9e, 0x3b, 0xb8, 0x3e, 0x14, 0x52, 0xe4, 0x62, 0xde, 0x79, 0xf2, 0x1c, 0x66,
    0x6d, 0x57, 0x18, 0x9d, 0x0f, 0x97, 0x64, 0x89, 0xf9, 0x96, 0xd1, 0xca, 0x92, 0xc6, 0xbf, 0x73,
    0xe7, 0x4b, 0xef, 0xaf, 0x6f, 0xb6, 0x9d, 0x6f, 0xdf, 0x6c, 0x3b, 0xff, 0x78, 0xb3, 0xed, 0xfc,
    0xfe, 0xed, 0xf6, 0xd6, 0xb7, 0x6f, 0xb7, 0xb7, 0xfe, 0xfe, 0x76, 0x7b, 0x6b, 0x39, 0x20, 0xfb,
    0x3e, 0xfb, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0xfc, 0xaf, 0x8a, 0xfd, 0x16, 0x00, 0x00,
    0xb3, 0xf5, 0xd4, 0x66, 0x89, 0x25, 0x1b, 0x9d, 0xb9, 0xff, 0x43, 0x9d, 0xf9, 0xc9, 0x5f, 0x1c,
    0x98, 0x34, 0xbb, 0x3d, 0x9b, 0xc0, 0xe8, 0x34, 0x34, 0x7d, 0x79, 0xbe, 0xc5, 0xe6, 0x30, 0x29,
    0x29, 0x1c, 0x20, 0xe7, 0x0e, 0xbb, 0x0f, 0xf3, 0x26, 0x82, 0x6d, 0x62, 0xde, 0x61, 0x00, 0x83,
    0xd3, 0x90, 0x24, 0xba, 0x6c, 0x0a, 0xae, 0x59, 0x9f, 0x44, 0x17, 0xf3, 0x1e, 0xbb, 0x0b, 0xd3,
    0x8a, 0xc4, 0x90, 0x9c, 0xf7, 0x99, 0x0b, 0xfd, 0xd3, 0x10, 0xb9, 0x03, 0x76, 0x0f, 0xee, 0x94,
    0xdb, 0xd9, 0x31, 0x60, 0x3e, 0x64, 0x33, 0x80, 0xd3, 0xf0, 0xd4, 0x3e, 0xfb, 0xe7, 0x23, 0xa3,
    0x93, 0x29, 0x92, 0x73, 0xd7, 0xe8, 0x74, 0x9c, 0x4a, 0x79, 0x90, 0x26, 0x67, 0xf1, 0x7a, 0x0e,
    0x4f, 0x9e, 0xc2, 0xa8, 0xbc, 0x18, 0x6a, 0xb2, 0x48, 0xb4, 0x50, 0xf9, 0x7c, 0x0b, 0xd7, 0xaf,
    0x68, 0xa8, 0x9e, 0x3b, 0xb8, 0x3e, 0x14, 0x52, 0xe4, 0x62, 0xde, 0x79, 0xf2, 0x1c, 0x66, 0x6d,
    0x57, 0x18, 0x9d, 0x0f, 0x97, 0x64, 0x89, 0xf9, 0x96, 0xd1, 0xca, 0x92, 0xc6, 0xbf, 0x73, 0xe7,
    0x4b, 0xef, 0xaf, 0x6f, 0xb6, 0x9d, 0x6f, 0xdf, 0x6c, 0x3b, 0xff, 0x78, 0xb3, 0xed, 0xfc, 0xfe,
    0xed, 0xf6, 0xd6, 0xb7, 0x6f, 0xb7, 0xb7, 0xfe, 0xfe, 0x76, 0x7b, 0x6b, 0x39, 0x20, 0xfb, 0x3e,
    0xfb, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe4, 0x9d, 0xd5, 0xfd, 0xfd, 0x16, 0x00, 0x00,
}
func (m *Area) Marshal() (dAtA []byte, err error) {
@@ -12538,7 +12538,7 @@
            if wireType != 2 {
                return fmt.Errorf("proto: wrong wireType = %d for field Feature", wireType)
            }
            var byteLen int
            var stringLen uint64
            for shift := uint(0); ; shift += 7 {
                if shift >= 64 {
                    return ErrIntOverflowProtomsg
@@ -12548,25 +12548,23 @@
                }
                b := dAtA[iNdEx]
                iNdEx++
                byteLen |= int(b&0x7F) << shift
                stringLen |= uint64(b&0x7F) << shift
                if b < 0x80 {
                    break
                }
            }
            if byteLen < 0 {
            intStringLen := int(stringLen)
            if intStringLen < 0 {
                return ErrInvalidLengthProtomsg
            }
            postIndex := iNdEx + byteLen
            postIndex := iNdEx + intStringLen
            if postIndex < 0 {
                return ErrInvalidLengthProtomsg
            }
            if postIndex > l {
                return io.ErrUnexpectedEOF
            }
            m.Feature = append(m.Feature[:0], dAtA[iNdEx:postIndex]...)
            if m.Feature == nil {
                m.Feature = []byte{}
            }
            m.Feature = string(dAtA[iNdEx:postIndex])
            iNdEx = postIndex
        case 5:
            if wireType != 0 {
protomsg.proto
@@ -315,6 +315,6 @@
    EsCacheChanged type = 1;
    string table_id = 2;//底库id
    string person_id = 3;//人员id
    bytes feature = 4;//特征值
    string feature = 4;//特征值base64
    DbAction action = 5;
}