github.com/true-sqn/fabric@v2.1.1+incompatible/core/ledger/kvledger/txmgmt/statedb/cache_value.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: cache_value.proto 3 4 package statedb 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 CacheValue struct { 24 VersionBytes []byte `protobuf:"bytes,1,opt,name=version_bytes,json=versionBytes,proto3" json:"version_bytes,omitempty"` 25 Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 26 Metadata []byte `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` 27 AdditionalInfo []byte `protobuf:"bytes,4,opt,name=additional_info,json=additionalInfo,proto3" json:"additional_info,omitempty"` 28 XXX_NoUnkeyedLiteral struct{} `json:"-"` 29 XXX_unrecognized []byte `json:"-"` 30 XXX_sizecache int32 `json:"-"` 31 } 32 33 func (m *CacheValue) Reset() { *m = CacheValue{} } 34 func (m *CacheValue) String() string { return proto.CompactTextString(m) } 35 func (*CacheValue) ProtoMessage() {} 36 func (*CacheValue) Descriptor() ([]byte, []int) { 37 return fileDescriptor_c9816941fba5d88a, []int{0} 38 } 39 40 func (m *CacheValue) XXX_Unmarshal(b []byte) error { 41 return xxx_messageInfo_CacheValue.Unmarshal(m, b) 42 } 43 func (m *CacheValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 44 return xxx_messageInfo_CacheValue.Marshal(b, m, deterministic) 45 } 46 func (m *CacheValue) XXX_Merge(src proto.Message) { 47 xxx_messageInfo_CacheValue.Merge(m, src) 48 } 49 func (m *CacheValue) XXX_Size() int { 50 return xxx_messageInfo_CacheValue.Size(m) 51 } 52 func (m *CacheValue) XXX_DiscardUnknown() { 53 xxx_messageInfo_CacheValue.DiscardUnknown(m) 54 } 55 56 var xxx_messageInfo_CacheValue proto.InternalMessageInfo 57 58 func (m *CacheValue) GetVersionBytes() []byte { 59 if m != nil { 60 return m.VersionBytes 61 } 62 return nil 63 } 64 65 func (m *CacheValue) GetValue() []byte { 66 if m != nil { 67 return m.Value 68 } 69 return nil 70 } 71 72 func (m *CacheValue) GetMetadata() []byte { 73 if m != nil { 74 return m.Metadata 75 } 76 return nil 77 } 78 79 func (m *CacheValue) GetAdditionalInfo() []byte { 80 if m != nil { 81 return m.AdditionalInfo 82 } 83 return nil 84 } 85 86 func init() { 87 proto.RegisterType((*CacheValue)(nil), "statedb.CacheValue") 88 } 89 90 func init() { proto.RegisterFile("cache_value.proto", fileDescriptor_c9816941fba5d88a) } 91 92 var fileDescriptor_c9816941fba5d88a = []byte{ 93 // 208 bytes of a gzipped FileDescriptorProto 94 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x44, 0x8f, 0x3d, 0x4e, 0xc4, 0x30, 95 0x10, 0x85, 0x15, 0xfe, 0x65, 0x2d, 0x20, 0x2c, 0x0a, 0x8b, 0x0a, 0x41, 0x01, 0xd5, 0xba, 0xe0, 96 0x04, 0xec, 0x56, 0xb4, 0x14, 0x14, 0x34, 0xd1, 0xd8, 0x9e, 0x24, 0x16, 0xb1, 0x27, 0x72, 0x26, 97 0x11, 0xb9, 0x03, 0x87, 0x46, 0x31, 0x16, 0xdb, 0xcd, 0xfb, 0xbe, 0xd1, 0x93, 0x9e, 0xb8, 0xb1, 98 0x60, 0x3b, 0xac, 0x67, 0xe8, 0x27, 0xdc, 0x0e, 0x89, 0x98, 0xe4, 0xf9, 0xc8, 0xc0, 0xe8, 0xcc, 99 0xc3, 0x4f, 0x25, 0xc4, 0x7e, 0xd5, 0x1f, 0xab, 0x95, 0x8f, 0xe2, 0x72, 0xc6, 0x34, 0x7a, 0x8a, 100 0xb5, 0x59, 0x18, 0x47, 0x55, 0xdd, 0x57, 0xcf, 0x9b, 0xf7, 0x4d, 0x81, 0xbb, 0x95, 0xc9, 0x5b, 101 0x71, 0x9a, 0xbb, 0xd4, 0x51, 0x96, 0x7f, 0x41, 0xde, 0x89, 0x8b, 0x80, 0x0c, 0x0e, 0x18, 0xd4, 102 0x71, 0x16, 0xff, 0x59, 0x3e, 0x89, 0x6b, 0x70, 0xce, 0xb3, 0xa7, 0x08, 0x7d, 0xed, 0x63, 0x43, 103 0xea, 0x24, 0xbf, 0x5c, 0x1d, 0xf0, 0x5b, 0x6c, 0x68, 0xb7, 0xff, 0x7c, 0x6d, 0x3d, 0x77, 0x93, 104 0xd9, 0x5a, 0x0a, 0xba, 0x5b, 0x06, 0x4c, 0x3d, 0xba, 0x16, 0x93, 0x6e, 0xc0, 0x24, 0x6f, 0xb5, 105 0xa5, 0x84, 0xba, 0xa0, 0xaf, 0xb9, 0x1c, 0xfc, 0x1d, 0xda, 0xc0, 0xba, 0x6c, 0x32, 0x67, 0x79, 106 0xe3, 0xcb, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9d, 0x49, 0x6c, 0x17, 0xf8, 0x00, 0x00, 0x00, 107 }