@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// versions:
// protoc-gen-go v1.2 8.0
// protoc-gen-go v1.2 7.1
// protoc v3.19.4
// protoc v3.19.4
// source: mq.proto
// source: mq.proto
@ -26,10 +26,11 @@ type MqDanmaku struct {
unknownFields protoimpl . UnknownFields
unknownFields protoimpl . UnknownFields
Platform string ` protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" `
Platform string ` protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" `
Uid int64 ` protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty" `
LiveRoomId int64 ` protobuf:"varint,2,opt,name=liveRoomId,proto3" json:"liveRoomId,omitempty" `
Uname string ` protobuf:"bytes,3,opt,name=uname,proto3" json:"uname,omitempty" `
Uid int64 ` protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty" `
Content string ` protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty" `
Uname string ` protobuf:"bytes,4,opt,name=uname,proto3" json:"uname,omitempty" `
SendTime int64 ` protobuf:"varint,5,opt,name=sendTime,proto3" json:"sendTime,omitempty" `
Content string ` protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty" `
SendTime int64 ` protobuf:"varint,6,opt,name=sendTime,proto3" json:"sendTime,omitempty" `
}
}
func ( x * MqDanmaku ) Reset ( ) {
func ( x * MqDanmaku ) Reset ( ) {
@ -71,6 +72,13 @@ func (x *MqDanmaku) GetPlatform() string {
return ""
return ""
}
}
func ( x * MqDanmaku ) GetLiveRoomId ( ) int64 {
if x != nil {
return x . LiveRoomId
}
return 0
}
func ( x * MqDanmaku ) GetUid ( ) int64 {
func ( x * MqDanmaku ) GetUid ( ) int64 {
if x != nil {
if x != nil {
return x . Uid
return x . Uid
@ -105,12 +113,13 @@ type MqGift struct {
unknownFields protoimpl . UnknownFields
unknownFields protoimpl . UnknownFields
Platform string ` protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" `
Platform string ` protobuf:"bytes,1,opt,name=platform,proto3" json:"platform,omitempty" `
Uid int64 ` protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty" `
LiveRoomId int64 ` protobuf:"varint,2,opt,name=liveRoomId,proto3" json:"liveRoomId,omitempty" `
Uname string ` protobuf:"bytes,3,opt,name=uname,proto3" json:"uname,omitempty" `
Uid int64 ` protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty" `
GiftId int32 ` protobuf:"varint,4,opt,name=giftId,proto3" json:"giftId,omitempty" `
Uname string ` protobuf:"bytes,4,opt,name=uname,proto3" json:"uname,omitempty" `
GiftName string ` protobuf:"bytes,5,opt,name=giftName,proto3" json:"giftName,omitempty" `
GiftId int32 ` protobuf:"varint,5,opt,name=giftId,proto3" json:"giftId,omitempty" `
TotalCoin int64 ` protobuf:"varint,6,opt,name=totalCoin,proto3" json:"totalCoin,omitempty" `
GiftName string ` protobuf:"bytes,6,opt,name=giftName,proto3" json:"giftName,omitempty" `
SendTime int64 ` protobuf:"varint,7,opt,name=sendTime,proto3" json:"sendTime,omitempty" `
TotalCoin int64 ` protobuf:"varint,7,opt,name=totalCoin,proto3" json:"totalCoin,omitempty" `
SendTime int64 ` protobuf:"varint,8,opt,name=sendTime,proto3" json:"sendTime,omitempty" `
}
}
func ( x * MqGift ) Reset ( ) {
func ( x * MqGift ) Reset ( ) {
@ -152,6 +161,13 @@ func (x *MqGift) GetPlatform() string {
return ""
return ""
}
}
func ( x * MqGift ) GetLiveRoomId ( ) int64 {
if x != nil {
return x . LiveRoomId
}
return 0
}
func ( x * MqGift ) GetUid ( ) int64 {
func ( x * MqGift ) GetUid ( ) int64 {
if x != nil {
if x != nil {
return x . Uid
return x . Uid
@ -197,27 +213,31 @@ func (x *MqGift) GetSendTime() int64 {
var File_mq_proto protoreflect . FileDescriptor
var File_mq_proto protoreflect . FileDescriptor
var file_mq_proto_rawDesc = [ ] byte {
var file_mq_proto_rawDesc = [ ] byte {
0x0a , 0x08 , 0x6d , 0x71 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x12 , 0x02 , 0x70 , 0x62 , 0x22 , 0x 8 5,
0x0a , 0x08 , 0x6d , 0x71 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x12 , 0x02 , 0x70 , 0x62 , 0x22 , 0x a 5,
0x01 , 0x0a , 0x09 , 0x4d , 0x71 , 0x44 , 0x61 , 0x6e , 0x6d , 0x61 , 0x6b , 0x75 , 0x12 , 0x1a , 0x0a , 0x08 ,
0x01 , 0x0a , 0x09 , 0x4d , 0x71 , 0x44 , 0x61 , 0x6e , 0x6d , 0x61 , 0x6b , 0x75 , 0x12 , 0x1a , 0x0a , 0x08 ,
0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 ,
0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 ,
0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x12 , 0x10 , 0x0a , 0x03 , 0x75 , 0x69 , 0x64 , 0x18 ,
0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x12 , 0x1e , 0x0a , 0x0a , 0x6c , 0x69 , 0x76 , 0x65 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x03 , 0x75 , 0x69 , 0x64 , 0x12 , 0x14 , 0x0a , 0x05 , 0x75 , 0x6e ,
0x52 , 0x6f , 0x6f , 0x6d , 0x49 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x0a , 0x6c , 0x69 ,
0x61 , 0x6d , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x75 , 0x6e , 0x61 , 0x6d , 0x65 ,
0x76 , 0x65 , 0x52 , 0x6f , 0x6f , 0x6d , 0x49 , 0x64 , 0x12 , 0x10 , 0x0a , 0x03 , 0x75 , 0x69 , 0x64 , 0x18 ,
0x12 , 0x18 , 0x0a , 0x07 , 0x63 , 0x6f , 0x6e , 0x74 , 0x65 , 0x6e , 0x74 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 ,
0x03 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x03 , 0x75 , 0x69 , 0x64 , 0x12 , 0x14 , 0x0a , 0x05 , 0x75 , 0x6e ,
0x61 , 0x6d , 0x65 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x75 , 0x6e , 0x61 , 0x6d , 0x65 ,
0x12 , 0x18 , 0x0a , 0x07 , 0x63 , 0x6f , 0x6e , 0x74 , 0x65 , 0x6e , 0x74 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x07 , 0x63 , 0x6f , 0x6e , 0x74 , 0x65 , 0x6e , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x73 , 0x65 ,
0x09 , 0x52 , 0x07 , 0x63 , 0x6f , 0x6e , 0x74 , 0x65 , 0x6e , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x73 , 0x65 ,
0x6e , 0x64 , 0x54 , 0x69 , 0x6d , 0x65 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x73 , 0x65 ,
0x6e , 0x64 , 0x54 , 0x69 , 0x6d , 0x65 , 0x18 , 0x0 6 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x73 , 0x65 ,
0x6e , 0x64 , 0x54 , 0x69 , 0x6d , 0x65 , 0x22 , 0x b a, 0x01 , 0x0a , 0x06 , 0x4d , 0x71 , 0x47 , 0x69 , 0x66 ,
0x6e , 0x64 , 0x54 , 0x69 , 0x6d , 0x65 , 0x22 , 0x d a, 0x01 , 0x0a , 0x06 , 0x4d , 0x71 , 0x47 , 0x69 , 0x66 ,
0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x18 , 0x01 , 0x20 ,
0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x18 , 0x01 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x12 , 0x10 , 0x0a ,
0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x70 , 0x6c , 0x61 , 0x74 , 0x66 , 0x6f , 0x72 , 0x6d , 0x12 , 0x1e , 0x0a ,
0x03 , 0x75 , 0x69 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x03 , 0x75 , 0x69 , 0x64 , 0x12 ,
0x0a , 0x6c , 0x69 , 0x76 , 0x65 , 0x52 , 0x6f , 0x6f , 0x6d , 0x49 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 ,
0x14 , 0x0a , 0x05 , 0x75 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 ,
0x03 , 0x52 , 0x0a , 0x6c , 0x69 , 0x76 , 0x65 , 0x52 , 0x6f , 0x6f , 0x6d , 0x49 , 0x64 , 0x12 , 0x10 , 0x0a ,
0x03 , 0x75 , 0x69 , 0x64 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x03 , 0x75 , 0x69 , 0x64 , 0x12 ,
0x14 , 0x0a , 0x05 , 0x75 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 ,
0x75 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x16 , 0x0a , 0x06 , 0x67 , 0x69 , 0x66 , 0x74 , 0x49 , 0x64 , 0x18 ,
0x75 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x16 , 0x0a , 0x06 , 0x67 , 0x69 , 0x66 , 0x74 , 0x49 , 0x64 , 0x18 ,
0x04 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x06 , 0x67 , 0x69 , 0x66 , 0x74 , 0x49 , 0x64 , 0x12 , 0x1a , 0x0a ,
0x0 5 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x06 , 0x67 , 0x69 , 0x66 , 0x74 , 0x49 , 0x64 , 0x12 , 0x1a , 0x0a ,
0x08 , 0x67 , 0x69 , 0x66 , 0x74 , 0x4e , 0x61 , 0x6d , 0x65 , 0x18 , 0x0 5 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x08 , 0x67 , 0x69 , 0x66 , 0x74 , 0x4e , 0x61 , 0x6d , 0x65 , 0x18 , 0x0 6 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x08 , 0x67 , 0x69 , 0x66 , 0x74 , 0x4e , 0x61 , 0x6d , 0x65 , 0x12 , 0x1c , 0x0a , 0x09 , 0x74 , 0x6f , 0x74 ,
0x08 , 0x67 , 0x69 , 0x66 , 0x74 , 0x4e , 0x61 , 0x6d , 0x65 , 0x12 , 0x1c , 0x0a , 0x09 , 0x74 , 0x6f , 0x74 ,
0x61 , 0x6c , 0x43 , 0x6f , 0x69 , 0x6e , 0x18 , 0x0 6 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x09 , 0x74 , 0x6f ,
0x61 , 0x6c , 0x43 , 0x6f , 0x69 , 0x6e , 0x18 , 0x0 7 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x09 , 0x74 , 0x6f ,
0x74 , 0x61 , 0x6c , 0x43 , 0x6f , 0x69 , 0x6e , 0x12 , 0x1a , 0x0a , 0x08 , 0x73 , 0x65 , 0x6e , 0x64 , 0x54 ,
0x74 , 0x61 , 0x6c , 0x43 , 0x6f , 0x69 , 0x6e , 0x12 , 0x1a , 0x0a , 0x08 , 0x73 , 0x65 , 0x6e , 0x64 , 0x54 ,
0x69 , 0x6d , 0x65 , 0x18 , 0x0 7 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x73 , 0x65 , 0x6e , 0x64 , 0x54 ,
0x69 , 0x6d , 0x65 , 0x18 , 0x0 8 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x73 , 0x65 , 0x6e , 0x64 , 0x54 ,
0x69 , 0x6d , 0x65 , 0x42 , 0x07 , 0x5a , 0x05 , 0x2f , 0x70 , 0x62 , 0x4d , 0x71 , 0x62 , 0x06 , 0x70 , 0x72 ,
0x69 , 0x6d , 0x65 , 0x42 , 0x07 , 0x5a , 0x05 , 0x2f , 0x70 , 0x62 , 0x4d , 0x71 , 0x62 , 0x06 , 0x70 , 0x72 ,
0x6f , 0x74 , 0x6f , 0x33 ,
0x6f , 0x74 , 0x6f , 0x33 ,
}
}