mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
proto: folder structure adhere to buf (#5025)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
||||
// source: proto/rpc/types.proto
|
||||
// source: tendermint/rpc/grpc/types.proto
|
||||
|
||||
package coregrpc
|
||||
|
||||
@@ -34,7 +34,7 @@ func (m *RequestPing) Reset() { *m = RequestPing{} }
|
||||
func (m *RequestPing) String() string { return proto.CompactTextString(m) }
|
||||
func (*RequestPing) ProtoMessage() {}
|
||||
func (*RequestPing) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_f35ca15370f9307c, []int{0}
|
||||
return fileDescriptor_0ffff5682c662b95, []int{0}
|
||||
}
|
||||
func (m *RequestPing) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -71,7 +71,7 @@ func (m *RequestBroadcastTx) Reset() { *m = RequestBroadcastTx{} }
|
||||
func (m *RequestBroadcastTx) String() string { return proto.CompactTextString(m) }
|
||||
func (*RequestBroadcastTx) ProtoMessage() {}
|
||||
func (*RequestBroadcastTx) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_f35ca15370f9307c, []int{1}
|
||||
return fileDescriptor_0ffff5682c662b95, []int{1}
|
||||
}
|
||||
func (m *RequestBroadcastTx) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -114,7 +114,7 @@ func (m *ResponsePing) Reset() { *m = ResponsePing{} }
|
||||
func (m *ResponsePing) String() string { return proto.CompactTextString(m) }
|
||||
func (*ResponsePing) ProtoMessage() {}
|
||||
func (*ResponsePing) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_f35ca15370f9307c, []int{2}
|
||||
return fileDescriptor_0ffff5682c662b95, []int{2}
|
||||
}
|
||||
func (m *ResponsePing) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -152,7 +152,7 @@ func (m *ResponseBroadcastTx) Reset() { *m = ResponseBroadcastTx{} }
|
||||
func (m *ResponseBroadcastTx) String() string { return proto.CompactTextString(m) }
|
||||
func (*ResponseBroadcastTx) ProtoMessage() {}
|
||||
func (*ResponseBroadcastTx) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_f35ca15370f9307c, []int{3}
|
||||
return fileDescriptor_0ffff5682c662b95, []int{3}
|
||||
}
|
||||
func (m *ResponseBroadcastTx) XXX_Unmarshal(b []byte) error {
|
||||
return m.Unmarshal(b)
|
||||
@@ -202,31 +202,30 @@ func init() {
|
||||
proto.RegisterType((*ResponseBroadcastTx)(nil), "tendermint.rpc.grpc.ResponseBroadcastTx")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("proto/rpc/types.proto", fileDescriptor_f35ca15370f9307c) }
|
||||
func init() { proto.RegisterFile("tendermint/rpc/grpc/types.proto", fileDescriptor_0ffff5682c662b95) }
|
||||
|
||||
var fileDescriptor_f35ca15370f9307c = []byte{
|
||||
// 321 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x2d, 0x28, 0xca, 0x2f,
|
||||
0xc9, 0xd7, 0x2f, 0x2a, 0x48, 0xd6, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x03, 0xf3, 0x85, 0x84,
|
||||
0x4b, 0x52, 0xf3, 0x52, 0x52, 0x8b, 0x72, 0x33, 0xf3, 0x4a, 0xf4, 0x8a, 0x0a, 0x92, 0xf5, 0xd2,
|
||||
0x8b, 0x0a, 0x92, 0xa5, 0xc4, 0x20, 0x6a, 0x13, 0x93, 0x92, 0x33, 0x91, 0x15, 0x2b, 0xf1, 0x72,
|
||||
0x71, 0x07, 0xa5, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x04, 0x64, 0xe6, 0xa5, 0x2b, 0xa9, 0x70, 0x09,
|
||||
0x41, 0xb9, 0x4e, 0x45, 0xf9, 0x89, 0x29, 0xc9, 0x89, 0xc5, 0x25, 0x21, 0x15, 0x42, 0x7c, 0x5c,
|
||||
0x4c, 0x25, 0x15, 0x12, 0x8c, 0x0a, 0x8c, 0x1a, 0x3c, 0x41, 0x4c, 0x25, 0x15, 0x4a, 0x7c, 0x5c,
|
||||
0x3c, 0x41, 0xa9, 0xc5, 0x05, 0xf9, 0x79, 0xc5, 0xa9, 0x60, 0x5d, 0x0b, 0x19, 0xb9, 0x84, 0x61,
|
||||
0x02, 0xc8, 0xfa, 0x1c, 0xb9, 0x38, 0x92, 0x33, 0x52, 0x93, 0xb3, 0xe3, 0xa1, 0xba, 0xb9, 0x8d,
|
||||
0xd4, 0xf4, 0x90, 0x1c, 0x07, 0x72, 0x8c, 0x1e, 0xc4, 0x31, 0x30, 0xdd, 0xce, 0x20, 0xe5, 0x21,
|
||||
0x15, 0x41, 0xec, 0xc9, 0x10, 0x86, 0x90, 0x3b, 0x17, 0x57, 0x4a, 0x6a, 0x4e, 0x66, 0x59, 0x6a,
|
||||
0x11, 0xc8, 0x10, 0x26, 0xb0, 0x21, 0x1a, 0x04, 0x0c, 0x71, 0x81, 0x68, 0x08, 0xa9, 0x08, 0xe2,
|
||||
0x4c, 0x81, 0x31, 0x8d, 0xf6, 0x32, 0x72, 0xf1, 0xc0, 0xdd, 0xe6, 0x18, 0xe0, 0x29, 0xe4, 0xcd,
|
||||
0xc5, 0x02, 0x72, 0xbc, 0x90, 0x82, 0x1e, 0x96, 0xf0, 0xd2, 0x43, 0x0a, 0x14, 0x29, 0x45, 0x1c,
|
||||
0x2a, 0x10, 0x21, 0x20, 0x94, 0xc0, 0xc5, 0x8d, 0xec, 0x71, 0x75, 0x7c, 0x66, 0x22, 0x29, 0x94,
|
||||
0xd2, 0xc0, 0x6b, 0x34, 0x92, 0x4a, 0x27, 0x9f, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63,
|
||||
0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96,
|
||||
0x63, 0x88, 0x32, 0x4a, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x47, 0x98,
|
||||
0x86, 0xcc, 0x04, 0xa5, 0x10, 0x90, 0xc1, 0xd6, 0xc9, 0xf9, 0x45, 0xa9, 0x20, 0x46, 0x12, 0x1b,
|
||||
0x38, 0xf6, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x8b, 0x0b, 0x3a, 0xe3, 0x43, 0x02, 0x00,
|
||||
0x00,
|
||||
var fileDescriptor_0ffff5682c662b95 = []byte{
|
||||
// 316 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2f, 0x49, 0xcd, 0x4b,
|
||||
0x49, 0x2d, 0xca, 0xcd, 0xcc, 0x2b, 0xd1, 0x2f, 0x2a, 0x48, 0xd6, 0x4f, 0x07, 0x11, 0x25, 0x95,
|
||||
0x05, 0xa9, 0xc5, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0xc2, 0x08, 0x05, 0x7a, 0x45, 0x05,
|
||||
0xc9, 0x7a, 0x20, 0x05, 0x52, 0x52, 0x48, 0xba, 0x12, 0x93, 0x92, 0x33, 0xc1, 0x04, 0x44, 0x83,
|
||||
0x12, 0x2f, 0x17, 0x77, 0x50, 0x6a, 0x61, 0x69, 0x6a, 0x71, 0x49, 0x40, 0x66, 0x5e, 0xba, 0x92,
|
||||
0x0a, 0x97, 0x10, 0x94, 0xeb, 0x54, 0x94, 0x9f, 0x98, 0x92, 0x9c, 0x58, 0x5c, 0x12, 0x52, 0x21,
|
||||
0xc4, 0xc7, 0xc5, 0x54, 0x52, 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x13, 0xc4, 0x54, 0x52, 0xa1,
|
||||
0xc4, 0xc7, 0xc5, 0x13, 0x94, 0x5a, 0x5c, 0x90, 0x9f, 0x57, 0x9c, 0x0a, 0xd6, 0x35, 0x95, 0x91,
|
||||
0x4b, 0x18, 0x26, 0x80, 0xac, 0xcf, 0x9a, 0x8b, 0x23, 0x39, 0x23, 0x35, 0x39, 0x3b, 0x1e, 0xaa,
|
||||
0x9b, 0xdb, 0x48, 0x41, 0x0f, 0xc9, 0x81, 0x60, 0x67, 0xc0, 0xf4, 0x39, 0x83, 0x14, 0x86, 0x54,
|
||||
0x04, 0xb1, 0x27, 0x43, 0x18, 0x42, 0x8e, 0x5c, 0x5c, 0x29, 0xa9, 0x39, 0x99, 0x65, 0xa9, 0x45,
|
||||
0x20, 0xed, 0x4c, 0x60, 0xed, 0x4a, 0x38, 0xb5, 0xbb, 0x40, 0x94, 0x86, 0x54, 0x04, 0x71, 0xa6,
|
||||
0xc0, 0x98, 0x46, 0x7b, 0x19, 0xb9, 0x78, 0xe0, 0xee, 0x71, 0x0c, 0xf0, 0x14, 0xf2, 0xe6, 0x62,
|
||||
0x01, 0x39, 0x58, 0x08, 0xc5, 0x19, 0xb0, 0x70, 0xd2, 0x43, 0x0a, 0x08, 0x29, 0x45, 0x1c, 0x2a,
|
||||
0x10, 0xbe, 0x16, 0x4a, 0xe0, 0xe2, 0x46, 0xf6, 0xac, 0x3a, 0x3e, 0x33, 0x91, 0x14, 0x4a, 0x69,
|
||||
0xe0, 0x35, 0x1a, 0x49, 0xa5, 0x93, 0xcf, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e,
|
||||
0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31,
|
||||
0x44, 0x19, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x23, 0xc5, 0x2e,
|
||||
0x96, 0xe4, 0x61, 0x9d, 0x9c, 0x5f, 0x94, 0x0a, 0x62, 0x24, 0xb1, 0x81, 0x63, 0xdc, 0x18, 0x10,
|
||||
0x00, 0x00, 0xff, 0xff, 0x95, 0x8e, 0xed, 0x45, 0x45, 0x02, 0x00, 0x00,
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@@ -342,7 +341,7 @@ var _BroadcastAPI_serviceDesc = grpc.ServiceDesc{
|
||||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "proto/rpc/types.proto",
|
||||
Metadata: "tendermint/rpc/grpc/types.proto",
|
||||
}
|
||||
|
||||
func (m *RequestPing) Marshal() (dAtA []byte, err error) {
|
||||
|
||||
Reference in New Issue
Block a user