diff --git a/core/crypto/attributes/proto/attributes.pb.go b/core/crypto/attributes/proto/attributes.pb.go deleted file mode 100644 index 78492f8f2e8..00000000000 --- a/core/crypto/attributes/proto/attributes.pb.go +++ /dev/null @@ -1,85 +0,0 @@ -// Code generated by protoc-gen-go. -// source: attributes.proto -// DO NOT EDIT! - -/* -Package proto is a generated protocol buffer package. - -It is generated from these files: - attributes.proto - -It has these top-level messages: - AttributesMetadataEntry - AttributesMetadata -*/ -package proto - -import proto1 "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" - -// Reference imports to suppress errors if they are not otherwise used. -var _ = proto1.Marshal -var _ = fmt.Errorf -var _ = math.Inf - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the proto package it is being compiled against. -// A compilation error at this line likely means your copy of the -// proto package needs to be updated. -const _ = proto1.ProtoPackageIsVersion2 // please upgrade the proto package - -// AttributesMetadataEntry is an entry within the metadata that store an attribute name with its respective key. -type AttributesMetadataEntry struct { - AttributeName string `protobuf:"bytes,1,opt,name=AttributeName" json:"AttributeName,omitempty"` - AttributeKey []byte `protobuf:"bytes,2,opt,name=AttributeKey,proto3" json:"AttributeKey,omitempty"` -} - -func (m *AttributesMetadataEntry) Reset() { *m = AttributesMetadataEntry{} } -func (m *AttributesMetadataEntry) String() string { return proto1.CompactTextString(m) } -func (*AttributesMetadataEntry) ProtoMessage() {} -func (*AttributesMetadataEntry) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } - -// AttributesMetadata holds both the original metadata bytes and the metadata required to access attributes. -type AttributesMetadata struct { - // Original metadata bytes - Metadata []byte `protobuf:"bytes,1,opt,name=Metadata,proto3" json:"Metadata,omitempty"` - // Entries for each attributes considered. - Entries []*AttributesMetadataEntry `protobuf:"bytes,2,rep,name=Entries" json:"Entries,omitempty"` -} - -func (m *AttributesMetadata) Reset() { *m = AttributesMetadata{} } -func (m *AttributesMetadata) String() string { return proto1.CompactTextString(m) } -func (*AttributesMetadata) ProtoMessage() {} -func (*AttributesMetadata) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } - -func (m *AttributesMetadata) GetEntries() []*AttributesMetadataEntry { - if m != nil { - return m.Entries - } - return nil -} - -func init() { - proto1.RegisterType((*AttributesMetadataEntry)(nil), "protos.AttributesMetadataEntry") - proto1.RegisterType((*AttributesMetadata)(nil), "protos.AttributesMetadata") -} - -func init() { proto1.RegisterFile("attributes.proto", fileDescriptor0) } - -var fileDescriptor0 = []byte{ - // 204 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x48, 0x2c, 0x29, 0x29, - 0xca, 0x4c, 0x2a, 0x2d, 0x49, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x03, 0x53, - 0xc5, 0x4a, 0xc9, 0x5c, 0xe2, 0x8e, 0x70, 0x39, 0xdf, 0xd4, 0x92, 0xc4, 0x94, 0xc4, 0x92, 0x44, - 0xd7, 0xbc, 0x92, 0xa2, 0x4a, 0x21, 0x15, 0x2e, 0x5e, 0xb8, 0x94, 0x5f, 0x62, 0x6e, 0xaa, 0x04, - 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0xaa, 0xa0, 0x90, 0x12, 0x17, 0x0f, 0x5c, 0xc0, 0x3b, 0xb5, - 0x52, 0x82, 0x49, 0x81, 0x51, 0x83, 0x27, 0x08, 0x45, 0x4c, 0x29, 0x9b, 0x4b, 0x08, 0xd3, 0x12, - 0x21, 0x29, 0x2e, 0x0e, 0x18, 0x1b, 0x6c, 0x34, 0x4f, 0x10, 0x9c, 0x2f, 0x64, 0xc9, 0xc5, 0x0e, - 0x72, 0x44, 0x66, 0x6a, 0xb1, 0x04, 0x93, 0x02, 0xb3, 0x06, 0xb7, 0x91, 0x3c, 0xc4, 0xdd, 0xc5, - 0x7a, 0x38, 0x5c, 0x1b, 0x04, 0x53, 0xef, 0x64, 0x13, 0x65, 0x95, 0x9e, 0x59, 0x92, 0x51, 0x9a, - 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x9f, 0x51, 0x59, 0x90, 0x5a, 0x94, 0x93, 0x9a, 0x92, 0x9e, 0x5a, - 0xa4, 0x9f, 0x96, 0x98, 0x54, 0x94, 0x99, 0xac, 0x9f, 0x9c, 0x5f, 0x94, 0xaa, 0x9f, 0x5c, 0x54, - 0x59, 0x50, 0x92, 0xaf, 0x8f, 0x08, 0x17, 0x7d, 0xb0, 0xf9, 0x49, 0x90, 0x70, 0x31, 0x06, 0x04, - 0x00, 0x00, 0xff, 0xff, 0xc7, 0x30, 0xd3, 0xb6, 0x32, 0x01, 0x00, 0x00, -}