github.com/true-sqn/fabric@v2.1.1+incompatible/core/ledger/kvledger/txmgmt/pvtstatepurgemgmt/pvtdata_key.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: pvtdata_key.proto 3 4 package pvtstatepurgemgmt 5 6 import ( 7 fmt "fmt" 8 proto "github.com/golang/protobuf/proto" 9 math "math" 10 ) 11 12 // Reference imports to suppress errors if they are not otherwise used. 13 var _ = proto.Marshal 14 var _ = fmt.Errorf 15 var _ = math.Inf 16 17 // This is a compile-time assertion to ensure that this generated file 18 // is compatible with the proto package it is being compiled against. 19 // A compilation error at this line likely means your copy of the 20 // proto package needs to be updated. 21 const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package 22 23 type PvtdataKeys struct { 24 Map map[string]*Collections `protobuf:"bytes,1,rep,name=map,proto3" json:"map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 25 XXX_NoUnkeyedLiteral struct{} `json:"-"` 26 XXX_unrecognized []byte `json:"-"` 27 XXX_sizecache int32 `json:"-"` 28 } 29 30 func (m *PvtdataKeys) Reset() { *m = PvtdataKeys{} } 31 func (m *PvtdataKeys) String() string { return proto.CompactTextString(m) } 32 func (*PvtdataKeys) ProtoMessage() {} 33 func (*PvtdataKeys) Descriptor() ([]byte, []int) { 34 return fileDescriptor_f7ef096ccb746705, []int{0} 35 } 36 37 func (m *PvtdataKeys) XXX_Unmarshal(b []byte) error { 38 return xxx_messageInfo_PvtdataKeys.Unmarshal(m, b) 39 } 40 func (m *PvtdataKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 41 return xxx_messageInfo_PvtdataKeys.Marshal(b, m, deterministic) 42 } 43 func (m *PvtdataKeys) XXX_Merge(src proto.Message) { 44 xxx_messageInfo_PvtdataKeys.Merge(m, src) 45 } 46 func (m *PvtdataKeys) XXX_Size() int { 47 return xxx_messageInfo_PvtdataKeys.Size(m) 48 } 49 func (m *PvtdataKeys) XXX_DiscardUnknown() { 50 xxx_messageInfo_PvtdataKeys.DiscardUnknown(m) 51 } 52 53 var xxx_messageInfo_PvtdataKeys proto.InternalMessageInfo 54 55 func (m *PvtdataKeys) GetMap() map[string]*Collections { 56 if m != nil { 57 return m.Map 58 } 59 return nil 60 } 61 62 type Collections struct { 63 Map map[string]*KeysAndHashes `protobuf:"bytes,1,rep,name=map,proto3" json:"map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 64 XXX_NoUnkeyedLiteral struct{} `json:"-"` 65 XXX_unrecognized []byte `json:"-"` 66 XXX_sizecache int32 `json:"-"` 67 } 68 69 func (m *Collections) Reset() { *m = Collections{} } 70 func (m *Collections) String() string { return proto.CompactTextString(m) } 71 func (*Collections) ProtoMessage() {} 72 func (*Collections) Descriptor() ([]byte, []int) { 73 return fileDescriptor_f7ef096ccb746705, []int{1} 74 } 75 76 func (m *Collections) XXX_Unmarshal(b []byte) error { 77 return xxx_messageInfo_Collections.Unmarshal(m, b) 78 } 79 func (m *Collections) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 80 return xxx_messageInfo_Collections.Marshal(b, m, deterministic) 81 } 82 func (m *Collections) XXX_Merge(src proto.Message) { 83 xxx_messageInfo_Collections.Merge(m, src) 84 } 85 func (m *Collections) XXX_Size() int { 86 return xxx_messageInfo_Collections.Size(m) 87 } 88 func (m *Collections) XXX_DiscardUnknown() { 89 xxx_messageInfo_Collections.DiscardUnknown(m) 90 } 91 92 var xxx_messageInfo_Collections proto.InternalMessageInfo 93 94 func (m *Collections) GetMap() map[string]*KeysAndHashes { 95 if m != nil { 96 return m.Map 97 } 98 return nil 99 } 100 101 type KeysAndHashes struct { 102 List []*KeyAndHash `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` 103 XXX_NoUnkeyedLiteral struct{} `json:"-"` 104 XXX_unrecognized []byte `json:"-"` 105 XXX_sizecache int32 `json:"-"` 106 } 107 108 func (m *KeysAndHashes) Reset() { *m = KeysAndHashes{} } 109 func (m *KeysAndHashes) String() string { return proto.CompactTextString(m) } 110 func (*KeysAndHashes) ProtoMessage() {} 111 func (*KeysAndHashes) Descriptor() ([]byte, []int) { 112 return fileDescriptor_f7ef096ccb746705, []int{2} 113 } 114 115 func (m *KeysAndHashes) XXX_Unmarshal(b []byte) error { 116 return xxx_messageInfo_KeysAndHashes.Unmarshal(m, b) 117 } 118 func (m *KeysAndHashes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 119 return xxx_messageInfo_KeysAndHashes.Marshal(b, m, deterministic) 120 } 121 func (m *KeysAndHashes) XXX_Merge(src proto.Message) { 122 xxx_messageInfo_KeysAndHashes.Merge(m, src) 123 } 124 func (m *KeysAndHashes) XXX_Size() int { 125 return xxx_messageInfo_KeysAndHashes.Size(m) 126 } 127 func (m *KeysAndHashes) XXX_DiscardUnknown() { 128 xxx_messageInfo_KeysAndHashes.DiscardUnknown(m) 129 } 130 131 var xxx_messageInfo_KeysAndHashes proto.InternalMessageInfo 132 133 func (m *KeysAndHashes) GetList() []*KeyAndHash { 134 if m != nil { 135 return m.List 136 } 137 return nil 138 } 139 140 type KeyAndHash struct { 141 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` 142 Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` 143 XXX_NoUnkeyedLiteral struct{} `json:"-"` 144 XXX_unrecognized []byte `json:"-"` 145 XXX_sizecache int32 `json:"-"` 146 } 147 148 func (m *KeyAndHash) Reset() { *m = KeyAndHash{} } 149 func (m *KeyAndHash) String() string { return proto.CompactTextString(m) } 150 func (*KeyAndHash) ProtoMessage() {} 151 func (*KeyAndHash) Descriptor() ([]byte, []int) { 152 return fileDescriptor_f7ef096ccb746705, []int{3} 153 } 154 155 func (m *KeyAndHash) XXX_Unmarshal(b []byte) error { 156 return xxx_messageInfo_KeyAndHash.Unmarshal(m, b) 157 } 158 func (m *KeyAndHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 159 return xxx_messageInfo_KeyAndHash.Marshal(b, m, deterministic) 160 } 161 func (m *KeyAndHash) XXX_Merge(src proto.Message) { 162 xxx_messageInfo_KeyAndHash.Merge(m, src) 163 } 164 func (m *KeyAndHash) XXX_Size() int { 165 return xxx_messageInfo_KeyAndHash.Size(m) 166 } 167 func (m *KeyAndHash) XXX_DiscardUnknown() { 168 xxx_messageInfo_KeyAndHash.DiscardUnknown(m) 169 } 170 171 var xxx_messageInfo_KeyAndHash proto.InternalMessageInfo 172 173 func (m *KeyAndHash) GetKey() string { 174 if m != nil { 175 return m.Key 176 } 177 return "" 178 } 179 180 func (m *KeyAndHash) GetHash() []byte { 181 if m != nil { 182 return m.Hash 183 } 184 return nil 185 } 186 187 func init() { 188 proto.RegisterType((*PvtdataKeys)(nil), "pvtstatepurgemgmt.PvtdataKeys") 189 proto.RegisterMapType((map[string]*Collections)(nil), "pvtstatepurgemgmt.PvtdataKeys.MapEntry") 190 proto.RegisterType((*Collections)(nil), "pvtstatepurgemgmt.Collections") 191 proto.RegisterMapType((map[string]*KeysAndHashes)(nil), "pvtstatepurgemgmt.Collections.MapEntry") 192 proto.RegisterType((*KeysAndHashes)(nil), "pvtstatepurgemgmt.KeysAndHashes") 193 proto.RegisterType((*KeyAndHash)(nil), "pvtstatepurgemgmt.KeyAndHash") 194 } 195 196 func init() { proto.RegisterFile("pvtdata_key.proto", fileDescriptor_f7ef096ccb746705) } 197 198 var fileDescriptor_f7ef096ccb746705 = []byte{ 199 // 297 bytes of a gzipped FileDescriptorProto 200 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x4d, 0x4b, 0xc3, 0x40, 201 0x10, 0x86, 0xd9, 0xb6, 0x8a, 0x4e, 0x14, 0x74, 0x4f, 0x45, 0x50, 0x42, 0x2f, 0xf6, 0x94, 0x60, 202 0x14, 0x51, 0x6f, 0x56, 0x04, 0xa1, 0x14, 0x24, 0x07, 0x11, 0x2f, 0xb2, 0x49, 0xc6, 0x24, 0xe4, 203 0x63, 0x97, 0xdd, 0x4d, 0x30, 0xff, 0x46, 0xfc, 0xa5, 0x92, 0x34, 0x62, 0x62, 0x83, 0xde, 0x86, 204 0x77, 0x9e, 0x79, 0x79, 0x16, 0x16, 0x0e, 0x45, 0xa9, 0x03, 0xa6, 0xd9, 0x6b, 0x82, 0x95, 0x25, 205 0x24, 0xd7, 0x9c, 0xd6, 0x91, 0xd2, 0x4c, 0xa3, 0x28, 0x64, 0x88, 0x59, 0x98, 0xe9, 0xd9, 0x07, 206 0x01, 0xe3, 0x71, 0x0d, 0x2e, 0xb1, 0x52, 0xf4, 0x1a, 0xc6, 0x19, 0x13, 0x53, 0x62, 0x8e, 0xe7, 207 0x86, 0x73, 0x6a, 0x6d, 0x1c, 0x58, 0x1d, 0xd8, 0x5a, 0x31, 0x71, 0x9f, 0x6b, 0x59, 0xb9, 0xf5, 208 0xcd, 0xd1, 0x13, 0xec, 0x7c, 0x07, 0xf4, 0x00, 0xc6, 0x09, 0x56, 0x53, 0x62, 0x92, 0xf9, 0xae, 209 0x5b, 0x8f, 0xf4, 0x02, 0xb6, 0x4a, 0x96, 0x16, 0x38, 0x1d, 0x99, 0x64, 0x6e, 0x38, 0x27, 0x03, 210 0xd5, 0x77, 0x3c, 0x4d, 0xd1, 0xd7, 0x31, 0xcf, 0x95, 0xbb, 0x86, 0x6f, 0x46, 0x57, 0x64, 0xf6, 211 0x49, 0xc0, 0xe8, 0xac, 0xfe, 0x57, 0xec, 0xc0, 0xbf, 0x14, 0x9f, 0xff, 0x54, 0xbc, 0xec, 0x2b, 212 0x9a, 0x03, 0xd5, 0xf5, 0xb3, 0x6f, 0xf3, 0xe0, 0x81, 0xa9, 0x08, 0x7b, 0x92, 0x0b, 0xd8, 0xef, 213 0xed, 0xe8, 0x19, 0x4c, 0xd2, 0x58, 0xe9, 0x56, 0xf3, 0x78, 0xb8, 0xab, 0xc5, 0xdd, 0x06, 0x9d, 214 0x39, 0x00, 0x3f, 0xd9, 0x80, 0x1f, 0x85, 0x49, 0xc4, 0x54, 0xd4, 0xe8, 0xed, 0xb9, 0xcd, 0xbc, 215 0x58, 0xbd, 0x2c, 0xc3, 0x58, 0x47, 0x85, 0x67, 0xf9, 0x3c, 0xb3, 0xa3, 0x4a, 0xa0, 0x4c, 0x31, 216 0x08, 0x51, 0xda, 0x6f, 0xcc, 0x93, 0xb1, 0x6f, 0xfb, 0x5c, 0xa2, 0xdd, 0x46, 0x49, 0xd9, 0x0e, 217 0xfa, 0xbd, 0x36, 0xb0, 0x37, 0x9c, 0xbc, 0xed, 0xe6, 0xa3, 0x9c, 0x7f, 0x05, 0x00, 0x00, 0xff, 218 0xff, 0xdf, 0x2c, 0x02, 0xd0, 0x3d, 0x02, 0x00, 0x00, 219 }