github.com/renegr87/renegr87@v2.1.1+incompatible/core/ledger/pvtdatastorage/persistent_msgs.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: persistent_msgs.proto
     3  
     4  package pvtdatastorage
     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 ExpiryData 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 *ExpiryData) Reset()         { *m = ExpiryData{} }
    31  func (m *ExpiryData) String() string { return proto.CompactTextString(m) }
    32  func (*ExpiryData) ProtoMessage()    {}
    33  func (*ExpiryData) Descriptor() ([]byte, []int) {
    34  	return fileDescriptor_0f0cbd2d16bac879, []int{0}
    35  }
    36  
    37  func (m *ExpiryData) XXX_Unmarshal(b []byte) error {
    38  	return xxx_messageInfo_ExpiryData.Unmarshal(m, b)
    39  }
    40  func (m *ExpiryData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    41  	return xxx_messageInfo_ExpiryData.Marshal(b, m, deterministic)
    42  }
    43  func (m *ExpiryData) XXX_Merge(src proto.Message) {
    44  	xxx_messageInfo_ExpiryData.Merge(m, src)
    45  }
    46  func (m *ExpiryData) XXX_Size() int {
    47  	return xxx_messageInfo_ExpiryData.Size(m)
    48  }
    49  func (m *ExpiryData) XXX_DiscardUnknown() {
    50  	xxx_messageInfo_ExpiryData.DiscardUnknown(m)
    51  }
    52  
    53  var xxx_messageInfo_ExpiryData proto.InternalMessageInfo
    54  
    55  func (m *ExpiryData) GetMap() map[string]*Collections {
    56  	if m != nil {
    57  		return m.Map
    58  	}
    59  	return nil
    60  }
    61  
    62  type Collections struct {
    63  	// for pvt data, there would be an
    64  	// entry in TxNums
    65  	Map map[string]*TxNums `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"`
    66  	// for any number of missing pvt data of a collection,
    67  	// there would be an entry in the map
    68  	MissingDataMap       map[string]bool `protobuf:"bytes,2,rep,name=missingDataMap,proto3" json:"missingDataMap,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
    69  	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
    70  	XXX_unrecognized     []byte          `json:"-"`
    71  	XXX_sizecache        int32           `json:"-"`
    72  }
    73  
    74  func (m *Collections) Reset()         { *m = Collections{} }
    75  func (m *Collections) String() string { return proto.CompactTextString(m) }
    76  func (*Collections) ProtoMessage()    {}
    77  func (*Collections) Descriptor() ([]byte, []int) {
    78  	return fileDescriptor_0f0cbd2d16bac879, []int{1}
    79  }
    80  
    81  func (m *Collections) XXX_Unmarshal(b []byte) error {
    82  	return xxx_messageInfo_Collections.Unmarshal(m, b)
    83  }
    84  func (m *Collections) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    85  	return xxx_messageInfo_Collections.Marshal(b, m, deterministic)
    86  }
    87  func (m *Collections) XXX_Merge(src proto.Message) {
    88  	xxx_messageInfo_Collections.Merge(m, src)
    89  }
    90  func (m *Collections) XXX_Size() int {
    91  	return xxx_messageInfo_Collections.Size(m)
    92  }
    93  func (m *Collections) XXX_DiscardUnknown() {
    94  	xxx_messageInfo_Collections.DiscardUnknown(m)
    95  }
    96  
    97  var xxx_messageInfo_Collections proto.InternalMessageInfo
    98  
    99  func (m *Collections) GetMap() map[string]*TxNums {
   100  	if m != nil {
   101  		return m.Map
   102  	}
   103  	return nil
   104  }
   105  
   106  func (m *Collections) GetMissingDataMap() map[string]bool {
   107  	if m != nil {
   108  		return m.MissingDataMap
   109  	}
   110  	return nil
   111  }
   112  
   113  type TxNums struct {
   114  	List                 []uint64 `protobuf:"varint,1,rep,packed,name=list,proto3" json:"list,omitempty"`
   115  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   116  	XXX_unrecognized     []byte   `json:"-"`
   117  	XXX_sizecache        int32    `json:"-"`
   118  }
   119  
   120  func (m *TxNums) Reset()         { *m = TxNums{} }
   121  func (m *TxNums) String() string { return proto.CompactTextString(m) }
   122  func (*TxNums) ProtoMessage()    {}
   123  func (*TxNums) Descriptor() ([]byte, []int) {
   124  	return fileDescriptor_0f0cbd2d16bac879, []int{2}
   125  }
   126  
   127  func (m *TxNums) XXX_Unmarshal(b []byte) error {
   128  	return xxx_messageInfo_TxNums.Unmarshal(m, b)
   129  }
   130  func (m *TxNums) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   131  	return xxx_messageInfo_TxNums.Marshal(b, m, deterministic)
   132  }
   133  func (m *TxNums) XXX_Merge(src proto.Message) {
   134  	xxx_messageInfo_TxNums.Merge(m, src)
   135  }
   136  func (m *TxNums) XXX_Size() int {
   137  	return xxx_messageInfo_TxNums.Size(m)
   138  }
   139  func (m *TxNums) XXX_DiscardUnknown() {
   140  	xxx_messageInfo_TxNums.DiscardUnknown(m)
   141  }
   142  
   143  var xxx_messageInfo_TxNums proto.InternalMessageInfo
   144  
   145  func (m *TxNums) GetList() []uint64 {
   146  	if m != nil {
   147  		return m.List
   148  	}
   149  	return nil
   150  }
   151  
   152  type CollElgInfo struct {
   153  	NsCollMap            map[string]*CollNames `protobuf:"bytes,1,rep,name=nsCollMap,proto3" json:"nsCollMap,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
   154  	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
   155  	XXX_unrecognized     []byte                `json:"-"`
   156  	XXX_sizecache        int32                 `json:"-"`
   157  }
   158  
   159  func (m *CollElgInfo) Reset()         { *m = CollElgInfo{} }
   160  func (m *CollElgInfo) String() string { return proto.CompactTextString(m) }
   161  func (*CollElgInfo) ProtoMessage()    {}
   162  func (*CollElgInfo) Descriptor() ([]byte, []int) {
   163  	return fileDescriptor_0f0cbd2d16bac879, []int{3}
   164  }
   165  
   166  func (m *CollElgInfo) XXX_Unmarshal(b []byte) error {
   167  	return xxx_messageInfo_CollElgInfo.Unmarshal(m, b)
   168  }
   169  func (m *CollElgInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   170  	return xxx_messageInfo_CollElgInfo.Marshal(b, m, deterministic)
   171  }
   172  func (m *CollElgInfo) XXX_Merge(src proto.Message) {
   173  	xxx_messageInfo_CollElgInfo.Merge(m, src)
   174  }
   175  func (m *CollElgInfo) XXX_Size() int {
   176  	return xxx_messageInfo_CollElgInfo.Size(m)
   177  }
   178  func (m *CollElgInfo) XXX_DiscardUnknown() {
   179  	xxx_messageInfo_CollElgInfo.DiscardUnknown(m)
   180  }
   181  
   182  var xxx_messageInfo_CollElgInfo proto.InternalMessageInfo
   183  
   184  func (m *CollElgInfo) GetNsCollMap() map[string]*CollNames {
   185  	if m != nil {
   186  		return m.NsCollMap
   187  	}
   188  	return nil
   189  }
   190  
   191  type CollNames struct {
   192  	Entries              []string `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
   193  	XXX_NoUnkeyedLiteral struct{} `json:"-"`
   194  	XXX_unrecognized     []byte   `json:"-"`
   195  	XXX_sizecache        int32    `json:"-"`
   196  }
   197  
   198  func (m *CollNames) Reset()         { *m = CollNames{} }
   199  func (m *CollNames) String() string { return proto.CompactTextString(m) }
   200  func (*CollNames) ProtoMessage()    {}
   201  func (*CollNames) Descriptor() ([]byte, []int) {
   202  	return fileDescriptor_0f0cbd2d16bac879, []int{4}
   203  }
   204  
   205  func (m *CollNames) XXX_Unmarshal(b []byte) error {
   206  	return xxx_messageInfo_CollNames.Unmarshal(m, b)
   207  }
   208  func (m *CollNames) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
   209  	return xxx_messageInfo_CollNames.Marshal(b, m, deterministic)
   210  }
   211  func (m *CollNames) XXX_Merge(src proto.Message) {
   212  	xxx_messageInfo_CollNames.Merge(m, src)
   213  }
   214  func (m *CollNames) XXX_Size() int {
   215  	return xxx_messageInfo_CollNames.Size(m)
   216  }
   217  func (m *CollNames) XXX_DiscardUnknown() {
   218  	xxx_messageInfo_CollNames.DiscardUnknown(m)
   219  }
   220  
   221  var xxx_messageInfo_CollNames proto.InternalMessageInfo
   222  
   223  func (m *CollNames) GetEntries() []string {
   224  	if m != nil {
   225  		return m.Entries
   226  	}
   227  	return nil
   228  }
   229  
   230  func init() {
   231  	proto.RegisterType((*ExpiryData)(nil), "pvtdatastorage.ExpiryData")
   232  	proto.RegisterMapType((map[string]*Collections)(nil), "pvtdatastorage.ExpiryData.MapEntry")
   233  	proto.RegisterType((*Collections)(nil), "pvtdatastorage.Collections")
   234  	proto.RegisterMapType((map[string]*TxNums)(nil), "pvtdatastorage.Collections.MapEntry")
   235  	proto.RegisterMapType((map[string]bool)(nil), "pvtdatastorage.Collections.MissingDataMapEntry")
   236  	proto.RegisterType((*TxNums)(nil), "pvtdatastorage.TxNums")
   237  	proto.RegisterType((*CollElgInfo)(nil), "pvtdatastorage.CollElgInfo")
   238  	proto.RegisterMapType((map[string]*CollNames)(nil), "pvtdatastorage.CollElgInfo.NsCollMapEntry")
   239  	proto.RegisterType((*CollNames)(nil), "pvtdatastorage.CollNames")
   240  }
   241  
   242  func init() { proto.RegisterFile("persistent_msgs.proto", fileDescriptor_0f0cbd2d16bac879) }
   243  
   244  var fileDescriptor_0f0cbd2d16bac879 = []byte{
   245  	// 389 bytes of a gzipped FileDescriptorProto
   246  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xdf, 0x6a, 0xdb, 0x30,
   247  	0x14, 0xc6, 0xb1, 0x93, 0x65, 0xf1, 0x09, 0x84, 0xa1, 0xfd, 0xc1, 0xf3, 0x76, 0x11, 0xb2, 0x0d,
   248  	0xc2, 0x18, 0x36, 0xcb, 0xd8, 0x08, 0xb9, 0x5b, 0xdb, 0x40, 0x7b, 0x11, 0x5f, 0xb8, 0x85, 0x40,
   249  	0x6f, 0x8a, 0xe2, 0x28, 0x8e, 0xa8, 0x6d, 0x09, 0x49, 0x09, 0xf1, 0x9b, 0xf4, 0x31, 0xda, 0x37,
   250  	0x2c, 0xb6, 0xf3, 0xc7, 0x0a, 0x26, 0x77, 0xf2, 0xd1, 0x77, 0x7e, 0xe7, 0x3b, 0x1f, 0x16, 0x7c,
   251  	0xe4, 0x44, 0x48, 0x2a, 0x15, 0x49, 0xd5, 0x43, 0x22, 0x23, 0xe9, 0x72, 0xc1, 0x14, 0x43, 0x5d,
   252  	0xbe, 0x51, 0x0b, 0xac, 0xb0, 0x54, 0x4c, 0xe0, 0x88, 0xf4, 0x9f, 0x0c, 0x80, 0xc9, 0x96, 0x53,
   253  	0x91, 0x5d, 0x61, 0x85, 0xd1, 0x5f, 0x68, 0x24, 0x98, 0xdb, 0x46, 0xaf, 0x31, 0xe8, 0x0c, 0xbf,
   254  	0xb9, 0xba, 0xd8, 0x3d, 0x0a, 0xdd, 0x29, 0xe6, 0x93, 0x54, 0x89, 0x2c, 0xc8, 0xf5, 0xce, 0x2d,
   255  	0xb4, 0xf7, 0x05, 0xf4, 0x0e, 0x1a, 0x8f, 0x24, 0xb3, 0x8d, 0x9e, 0x31, 0xb0, 0x82, 0xfc, 0x88,
   256  	0x7e, 0xc3, 0x9b, 0x0d, 0x8e, 0xd7, 0xc4, 0x36, 0x7b, 0xc6, 0xa0, 0x33, 0xfc, 0x72, 0x8a, 0xbd,
   257  	0x64, 0x71, 0x4c, 0x42, 0x45, 0x59, 0x2a, 0x83, 0x52, 0x39, 0x36, 0x47, 0x46, 0xff, 0xc5, 0x84,
   258  	0x4e, 0xe5, 0x0a, 0xfd, 0xab, 0x7a, 0xfb, 0x7e, 0x06, 0xa2, 0x9b, 0x43, 0x33, 0xe8, 0x26, 0x54,
   259  	0x4a, 0x9a, 0x46, 0xb9, 0xf3, 0x29, 0xe6, 0xb6, 0x59, 0x20, 0xbc, 0xb3, 0x08, 0xad, 0xa3, 0xa4,
   260  	0x9d, 0x60, 0x1c, 0xff, 0xec, 0xd6, 0xbf, 0xf4, 0xad, 0x3f, 0x9d, 0x4e, 0xbb, 0xdb, 0xfa, 0xeb,
   261  	0xa4, 0xba, 0xb0, 0xf3, 0x1f, 0xde, 0xd7, 0x8c, 0xad, 0x41, 0x7f, 0xa8, 0xa2, 0xdb, 0xd5, 0xcc,
   262  	0xbe, 0x42, 0xab, 0xe4, 0x22, 0x04, 0xcd, 0x98, 0x4a, 0x55, 0xc4, 0xd5, 0x0c, 0x8a, 0x73, 0xff,
   263  	0xd9, 0x28, 0x13, 0x9d, 0xc4, 0xd1, 0x4d, 0xba, 0x64, 0xe8, 0x1a, 0xac, 0x54, 0xe6, 0x85, 0xe9,
   264  	0x21, 0xd7, 0x9f, 0x75, 0xa1, 0xec, 0xf4, 0xae, 0xbf, 0x17, 0x97, 0x79, 0x1c, 0x9b, 0x9d, 0x19,
   265  	0x74, 0xf5, 0xcb, 0x1a, 0xd7, 0x9e, 0x1e, 0xc8, 0xe7, 0xba, 0x49, 0x3e, 0x4e, 0x88, 0xf6, 0x13,
   266  	0xfc, 0x00, 0xeb, 0x50, 0x47, 0x36, 0xbc, 0x25, 0xa9, 0x12, 0x94, 0xc8, 0xc2, 0xad, 0x15, 0xec,
   267  	0x3f, 0x2f, 0xc6, 0xf7, 0xa3, 0x88, 0xaa, 0xd5, 0x7a, 0xee, 0x86, 0x2c, 0xf1, 0x56, 0x19, 0x27,
   268  	0x22, 0x26, 0x8b, 0x88, 0x08, 0x6f, 0x89, 0xe7, 0x82, 0x86, 0x5e, 0xc8, 0x04, 0xf1, 0x76, 0x25,
   269  	0x7d, 0xee, 0xbc, 0x55, 0xbc, 0x8c, 0x3f, 0xaf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x3e, 0x75,
   270  	0xee, 0x32, 0x03, 0x00, 0x00,
   271  }