github.com/adnan-c/fabric_e2e_couchdb@v0.6.1-preview.0.20170228180935-21ce6b23cf91/protos/peer/chaincodeevent.pb.go (about)

     1  // Code generated by protoc-gen-go.
     2  // source: peer/chaincodeevent.proto
     3  // DO NOT EDIT!
     4  
     5  package peer
     6  
     7  import proto "github.com/golang/protobuf/proto"
     8  import fmt "fmt"
     9  import math "math"
    10  
    11  // Reference imports to suppress errors if they are not otherwise used.
    12  var _ = proto.Marshal
    13  var _ = fmt.Errorf
    14  var _ = math.Inf
    15  
    16  // ChaincodeEvent is used for events and registrations that are specific to chaincode
    17  // string type - "chaincode"
    18  type ChaincodeEvent struct {
    19  	ChaincodeId string `protobuf:"bytes,1,opt,name=chaincode_id,json=chaincodeId" json:"chaincode_id,omitempty"`
    20  	TxId        string `protobuf:"bytes,2,opt,name=tx_id,json=txId" json:"tx_id,omitempty"`
    21  	EventName   string `protobuf:"bytes,3,opt,name=event_name,json=eventName" json:"event_name,omitempty"`
    22  	Payload     []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
    23  }
    24  
    25  func (m *ChaincodeEvent) Reset()                    { *m = ChaincodeEvent{} }
    26  func (m *ChaincodeEvent) String() string            { return proto.CompactTextString(m) }
    27  func (*ChaincodeEvent) ProtoMessage()               {}
    28  func (*ChaincodeEvent) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{0} }
    29  
    30  func init() {
    31  	proto.RegisterType((*ChaincodeEvent)(nil), "protos.ChaincodeEvent")
    32  }
    33  
    34  func init() { proto.RegisterFile("peer/chaincodeevent.proto", fileDescriptor2) }
    35  
    36  var fileDescriptor2 = []byte{
    37  	// 200 bytes of a gzipped FileDescriptorProto
    38  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x92, 0x2c, 0x48, 0x4d, 0x2d,
    39  	0xd2, 0x4f, 0xce, 0x48, 0xcc, 0xcc, 0x4b, 0xce, 0x4f, 0x49, 0x4d, 0x2d, 0x4b, 0xcd, 0x2b, 0xd1,
    40  	0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x03, 0x53, 0xc5, 0x4a, 0x8d, 0x8c, 0x5c, 0x7c, 0xce,
    41  	0x30, 0x05, 0xae, 0x20, 0x05, 0x42, 0x8a, 0x5c, 0x3c, 0x70, 0x2d, 0xf1, 0x99, 0x29, 0x12, 0x8c,
    42  	0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0xdc, 0x70, 0x31, 0xcf, 0x14, 0x21, 0x61, 0x2e, 0xd6, 0x92, 0x0a,
    43  	0x90, 0x1c, 0x13, 0x58, 0x8e, 0xa5, 0xa4, 0xc2, 0x33, 0x45, 0x48, 0x96, 0x8b, 0x0b, 0x6c, 0x43,
    44  	0x7c, 0x5e, 0x62, 0x6e, 0xaa, 0x04, 0x33, 0x58, 0x86, 0x13, 0x2c, 0xe2, 0x97, 0x98, 0x9b, 0x2a,
    45  	0x24, 0xc1, 0xc5, 0x5e, 0x90, 0x58, 0x99, 0x93, 0x9f, 0x98, 0x22, 0xc1, 0xa2, 0xc0, 0xa8, 0xc1,
    46  	0x13, 0x04, 0xe3, 0x3a, 0x39, 0x73, 0x89, 0xe5, 0x17, 0xa5, 0xeb, 0x65, 0x54, 0x16, 0xa4, 0x16,
    47  	0xe5, 0xa4, 0xa6, 0xa4, 0xa7, 0x16, 0x41, 0x1c, 0x59, 0x1c, 0xa5, 0x99, 0x9e, 0x59, 0x92, 0x51,
    48  	0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x8f, 0x24, 0xad, 0x9f, 0x96, 0x98, 0x54, 0x94, 0x99, 0xac,
    49  	0x0f, 0x51, 0xa5, 0x0f, 0xf2, 0x65, 0x12, 0xc4, 0x43, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff,
    50  	0x42, 0xfc, 0xb9, 0xec, 0xf4, 0x00, 0x00, 0x00,
    51  }