mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-02-17 03:53:08 +00:00
rename message.pb.go to waku_message.pb.go to avoid clash with status-go
This commit is contained in:
parent
d29cc2c463
commit
84c0d57ed4
@ -1,4 +1,9 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.31.0
|
||||
// protoc v4.24.4
|
||||
// source: message.proto
|
||||
|
||||
// 14/WAKU2-MESSAGE rfc: https://rfc.vac.dev/spec/14/
|
||||
|
||||
package pb
|
||||
@ -11,7 +16,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// Verify that this generated code is sufficiently up-to-date.
|
||||
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
||||
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
||||
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||||
)
|
||||
|
||||
@ -56,6 +63,7 @@ func (x *WakuMessage) ProtoReflect() protoreflect.Message {
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use WakuMessage.ProtoReflect.Descriptor instead.
|
||||
func (*WakuMessage) Descriptor() ([]byte, []int) {
|
||||
return file_message_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
@ -151,10 +159,14 @@ func file_message_proto_rawDescGZIP() []byte {
|
||||
|
||||
var file_message_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
||||
var file_message_proto_goTypes = []interface{}{
|
||||
(*WakuMessage)(nil),
|
||||
(*WakuMessage)(nil), // 0: waku.message.v1.WakuMessage
|
||||
}
|
||||
var file_message_proto_depIdxs = []int32{
|
||||
0, 0, 0, 0, 0,
|
||||
0, // [0:0] is the sub-list for method output_type
|
||||
0, // [0:0] is the sub-list for method input_type
|
||||
0, // [0:0] is the sub-list for extension type_name
|
||||
0, // [0:0] is the sub-list for extension extendee
|
||||
0, // [0:0] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_message_proto_init() }
|
||||
Loading…
x
Reference in New Issue
Block a user