github.com/sykesm/fabric@v1.1.0-preview.0.20200129034918-2aa12b1a0181/common/ledger/blkstorage/fsblkstorage/msgs/storage.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: storage.proto 3 4 package msgs 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 TxIDIndexValProto struct { 24 BlkLocation []byte `protobuf:"bytes,1,opt,name=blk_location,json=blkLocation,proto3" json:"blk_location,omitempty"` 25 TxLocation []byte `protobuf:"bytes,2,opt,name=tx_location,json=txLocation,proto3" json:"tx_location,omitempty"` 26 TxValidationCode int32 `protobuf:"varint,3,opt,name=tx_validation_code,json=txValidationCode,proto3" json:"tx_validation_code,omitempty"` 27 XXX_NoUnkeyedLiteral struct{} `json:"-"` 28 XXX_unrecognized []byte `json:"-"` 29 XXX_sizecache int32 `json:"-"` 30 } 31 32 func (m *TxIDIndexValProto) Reset() { *m = TxIDIndexValProto{} } 33 func (m *TxIDIndexValProto) String() string { return proto.CompactTextString(m) } 34 func (*TxIDIndexValProto) ProtoMessage() {} 35 func (*TxIDIndexValProto) Descriptor() ([]byte, []int) { 36 return fileDescriptor_0d2c4ccf1453ffdb, []int{0} 37 } 38 39 func (m *TxIDIndexValProto) XXX_Unmarshal(b []byte) error { 40 return xxx_messageInfo_TxIDIndexValProto.Unmarshal(m, b) 41 } 42 func (m *TxIDIndexValProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 43 return xxx_messageInfo_TxIDIndexValProto.Marshal(b, m, deterministic) 44 } 45 func (m *TxIDIndexValProto) XXX_Merge(src proto.Message) { 46 xxx_messageInfo_TxIDIndexValProto.Merge(m, src) 47 } 48 func (m *TxIDIndexValProto) XXX_Size() int { 49 return xxx_messageInfo_TxIDIndexValProto.Size(m) 50 } 51 func (m *TxIDIndexValProto) XXX_DiscardUnknown() { 52 xxx_messageInfo_TxIDIndexValProto.DiscardUnknown(m) 53 } 54 55 var xxx_messageInfo_TxIDIndexValProto proto.InternalMessageInfo 56 57 func (m *TxIDIndexValProto) GetBlkLocation() []byte { 58 if m != nil { 59 return m.BlkLocation 60 } 61 return nil 62 } 63 64 func (m *TxIDIndexValProto) GetTxLocation() []byte { 65 if m != nil { 66 return m.TxLocation 67 } 68 return nil 69 } 70 71 func (m *TxIDIndexValProto) GetTxValidationCode() int32 { 72 if m != nil { 73 return m.TxValidationCode 74 } 75 return 0 76 } 77 78 func init() { 79 proto.RegisterType((*TxIDIndexValProto)(nil), "msgs.txIDIndexValProto") 80 } 81 82 func init() { proto.RegisterFile("storage.proto", fileDescriptor_0d2c4ccf1453ffdb) } 83 84 var fileDescriptor_0d2c4ccf1453ffdb = []byte{ 85 // 205 bytes of a gzipped FileDescriptorProto 86 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0xbf, 0x4a, 0xc5, 0x30, 87 0x14, 0x87, 0x89, 0xff, 0x86, 0xdc, 0x2b, 0x68, 0xa7, 0xbb, 0x59, 0x9d, 0x3a, 0x48, 0x33, 0xf8, 88 0x06, 0xea, 0x60, 0xc5, 0x41, 0x3a, 0x38, 0xb8, 0x94, 0xfc, 0x6b, 0x1a, 0x9a, 0xf4, 0x94, 0xe4, 89 0x28, 0xf1, 0x01, 0x7c, 0x6f, 0x69, 0x08, 0xea, 0x78, 0xbe, 0xdf, 0x07, 0x87, 0x8f, 0x9e, 0x47, 90 0x84, 0xc0, 0x8d, 0x6e, 0xd7, 0x00, 0x08, 0xd5, 0x89, 0x8f, 0x26, 0xde, 0x7c, 0x13, 0x7a, 0x89, 91 0xa9, 0x7b, 0xec, 0x16, 0xa5, 0xd3, 0x1b, 0x77, 0xaf, 0x79, 0xbb, 0xa6, 0x7b, 0xe1, 0xe6, 0xc1, 92 0x81, 0xe4, 0x68, 0x61, 0x39, 0x90, 0x9a, 0x34, 0xfb, 0x7e, 0x27, 0xdc, 0xfc, 0x52, 0x50, 0x75, 93 0x45, 0x77, 0x98, 0xfe, 0x8c, 0xa3, 0x6c, 0x50, 0x4c, 0xbf, 0xc2, 0x2d, 0xad, 0x30, 0x0d, 0x9f, 94 0xdc, 0x59, 0x95, 0xc1, 0x20, 0x41, 0xe9, 0xc3, 0x71, 0x4d, 0x9a, 0xd3, 0xfe, 0x02, 0xb7, 0x5f, 95 0x65, 0x78, 0x00, 0xa5, 0xef, 0x9f, 0xdf, 0x9f, 0x8c, 0xc5, 0xe9, 0x43, 0xb4, 0x12, 0x3c, 0x9b, 96 0xbe, 0x56, 0x1d, 0x9c, 0x56, 0x46, 0x07, 0x36, 0x72, 0x11, 0xac, 0x64, 0x12, 0xbc, 0x87, 0x85, 97 0x15, 0x28, 0xdc, 0x5c, 0x6a, 0xd8, 0x18, 0xff, 0x1d, 0x5b, 0x93, 0x38, 0xcb, 0x81, 0x77, 0x3f, 98 0x01, 0x00, 0x00, 0xff, 0xff, 0x84, 0x67, 0x0d, 0x97, 0xf1, 0x00, 0x00, 0x00, 99 }