|
@@ -2652,6 +2652,378 @@ func (x *BuyShopItem) GetId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type RequestAddFriendItem struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
+ RequestID string `protobuf:"bytes,2,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
|
|
|
|
+ FromUserID string `protobuf:"bytes,3,opt,name=FromUserID,proto3" json:"FromUserID,omitempty"`
|
|
|
|
+ ToUserID string `protobuf:"bytes,4,opt,name=ToUserID,proto3" json:"ToUserID,omitempty"`
|
|
|
|
+ Status int32 `protobuf:"varint,5,opt,name=Status,proto3" json:"Status,omitempty"`
|
|
|
|
+ Message string `protobuf:"bytes,6,opt,name=Message,proto3" json:"Message,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) Reset() {
|
|
|
|
+ *x = RequestAddFriendItem{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[38]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*RequestAddFriendItem) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[38]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use RequestAddFriendItem.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*RequestAddFriendItem) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{38}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) GetId() int32 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Id
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) GetRequestID() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.RequestID
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) GetFromUserID() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.FromUserID
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) GetToUserID() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ToUserID
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) GetStatus() int32 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Status
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RequestAddFriendItem) GetMessage() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Message
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ReqFriendList struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqFriendList) Reset() {
|
|
|
|
+ *x = ReqFriendList{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[39]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqFriendList) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ReqFriendList) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ReqFriendList) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[39]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ReqFriendList.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ReqFriendList) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{39}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqFriendList) GetUserId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.UserId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ResFriendList struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
|
+ ErrMsg *MsgError `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
|
+ List []*RequestAddFriendItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ResFriendList) Reset() {
|
|
|
|
+ *x = ResFriendList{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[40]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ResFriendList) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ResFriendList) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ResFriendList) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[40]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ResFriendList.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ResFriendList) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{40}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ResFriendList) GetSuccess() bool {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Success
|
|
|
|
+ }
|
|
|
|
+ return false
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ResFriendList) GetErrMsg() *MsgError {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrMsg
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ResFriendList) GetList() []*RequestAddFriendItem {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.List
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ReqAddFriend struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ ToUserID string `protobuf:"bytes,1,opt,name=ToUserID,proto3" json:"ToUserID,omitempty"`
|
|
|
|
+ Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqAddFriend) Reset() {
|
|
|
|
+ *x = ReqAddFriend{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[41]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqAddFriend) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ReqAddFriend) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ReqAddFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[41]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ReqAddFriend.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ReqAddFriend) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{41}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqAddFriend) GetToUserID() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ToUserID
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ReqAddFriend) GetMsg() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Msg
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type RecvAddFriendRequest struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ Info *UserInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RecvAddFriendRequest) Reset() {
|
|
|
|
+ *x = RecvAddFriendRequest{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[42]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RecvAddFriendRequest) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*RecvAddFriendRequest) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *RecvAddFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[42]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use RecvAddFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*RecvAddFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{42}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *RecvAddFriendRequest) GetInfo() *UserInfo {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Info
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type OptAddFriendRequest struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ Info *RequestAddFriendItem `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *OptAddFriendRequest) Reset() {
|
|
|
|
+ *x = OptAddFriendRequest{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[43]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *OptAddFriendRequest) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*OptAddFriendRequest) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *OptAddFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[43]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use OptAddFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*OptAddFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{43}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *OptAddFriendRequest) GetInfo() *RequestAddFriendItem {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Info
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type NotifyOptFriend struct {
|
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
|
+ Info *RequestAddFriendItem `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NotifyOptFriend) Reset() {
|
|
|
|
+ *x = NotifyOptFriend{}
|
|
|
|
+ mi := &file_common_proto_msgTypes[44]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NotifyOptFriend) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*NotifyOptFriend) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *NotifyOptFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_common_proto_msgTypes[44]
|
|
|
|
+ if x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use NotifyOptFriend.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*NotifyOptFriend) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{44}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *NotifyOptFriend) GetInfo() *RequestAddFriendItem {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Info
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
|
|
|
|
const file_common_proto_rawDesc = "" +
|
|
const file_common_proto_rawDesc = "" +
|
|
@@ -2821,7 +3193,31 @@ const file_common_proto_rawDesc = "" +
|
|
"\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
"\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
"\x04info\x18\x03 \x01(\v2\t.RoomInfoR\x04info\"\x1d\n" +
|
|
"\x04info\x18\x03 \x01(\v2\t.RoomInfoR\x04info\"\x1d\n" +
|
|
"\vBuyShopItem\x12\x0e\n" +
|
|
"\vBuyShopItem\x12\x0e\n" +
|
|
- "\x02id\x18\x01 \x01(\tR\x02id*K\n" +
|
|
|
|
|
|
+ "\x02id\x18\x01 \x01(\tR\x02id\"\xb2\x01\n" +
|
|
|
|
+ "\x14RequestAddFriendItem\x12\x0e\n" +
|
|
|
|
+ "\x02id\x18\x01 \x01(\x05R\x02id\x12\x1c\n" +
|
|
|
|
+ "\tRequestID\x18\x02 \x01(\tR\tRequestID\x12\x1e\n" +
|
|
|
|
+ "\n" +
|
|
|
|
+ "FromUserID\x18\x03 \x01(\tR\n" +
|
|
|
|
+ "FromUserID\x12\x1a\n" +
|
|
|
|
+ "\bToUserID\x18\x04 \x01(\tR\bToUserID\x12\x16\n" +
|
|
|
|
+ "\x06Status\x18\x05 \x01(\x05R\x06Status\x12\x18\n" +
|
|
|
|
+ "\aMessage\x18\x06 \x01(\tR\aMessage\"(\n" +
|
|
|
|
+ "\rReqFriendList\x12\x17\n" +
|
|
|
|
+ "\auser_id\x18\x01 \x01(\tR\x06userId\"x\n" +
|
|
|
|
+ "\rResFriendList\x12\x18\n" +
|
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
|
+ "\x04list\x18\x03 \x03(\v2\x15.RequestAddFriendItemR\x04list\"<\n" +
|
|
|
|
+ "\fReqAddFriend\x12\x1a\n" +
|
|
|
|
+ "\bToUserID\x18\x01 \x01(\tR\bToUserID\x12\x10\n" +
|
|
|
|
+ "\x03msg\x18\x02 \x01(\tR\x03msg\"5\n" +
|
|
|
|
+ "\x14RecvAddFriendRequest\x12\x1d\n" +
|
|
|
|
+ "\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\"@\n" +
|
|
|
|
+ "\x13OptAddFriendRequest\x12)\n" +
|
|
|
|
+ "\x04info\x18\x01 \x01(\v2\x15.RequestAddFriendItemR\x04info\"<\n" +
|
|
|
|
+ "\x0fNotifyOptFriend\x12)\n" +
|
|
|
|
+ "\x04info\x18\x01 \x01(\v2\x15.RequestAddFriendItemR\x04info*K\n" +
|
|
"\broleType\x12\x15\n" +
|
|
"\broleType\x12\x15\n" +
|
|
"\x11ROLE_TYPE_UNKNOWN\x10\x00\x12\a\n" +
|
|
"\x11ROLE_TYPE_UNKNOWN\x10\x00\x12\a\n" +
|
|
"\x03RED\x10\x01\x12\b\n" +
|
|
"\x03RED\x10\x01\x12\b\n" +
|
|
@@ -2872,7 +3268,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
}
|
|
}
|
|
|
|
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 7)
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 7)
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 38)
|
|
|
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 45)
|
|
var file_common_proto_goTypes = []any{
|
|
var file_common_proto_goTypes = []any{
|
|
(RoleType)(0), // 0: roleType
|
|
(RoleType)(0), // 0: roleType
|
|
(OptType)(0), // 1: OptType
|
|
(OptType)(0), // 1: OptType
|
|
@@ -2919,6 +3315,13 @@ var file_common_proto_goTypes = []any{
|
|
(*ReqLudoRoomInfo)(nil), // 42: ReqLudoRoomInfo
|
|
(*ReqLudoRoomInfo)(nil), // 42: ReqLudoRoomInfo
|
|
(*ResLudoRoomInfo)(nil), // 43: ResLudoRoomInfo
|
|
(*ResLudoRoomInfo)(nil), // 43: ResLudoRoomInfo
|
|
(*BuyShopItem)(nil), // 44: BuyShopItem
|
|
(*BuyShopItem)(nil), // 44: BuyShopItem
|
|
|
|
+ (*RequestAddFriendItem)(nil), // 45: RequestAddFriendItem
|
|
|
|
+ (*ReqFriendList)(nil), // 46: ReqFriendList
|
|
|
|
+ (*ResFriendList)(nil), // 47: ResFriendList
|
|
|
|
+ (*ReqAddFriend)(nil), // 48: ReqAddFriend
|
|
|
|
+ (*RecvAddFriendRequest)(nil), // 49: RecvAddFriendRequest
|
|
|
|
+ (*OptAddFriendRequest)(nil), // 50: OptAddFriendRequest
|
|
|
|
+ (*NotifyOptFriend)(nil), // 51: NotifyOptFriend
|
|
}
|
|
}
|
|
var file_common_proto_depIdxs = []int32{
|
|
var file_common_proto_depIdxs = []int32{
|
|
0, // 0: round.m_color:type_name -> roleType
|
|
0, // 0: round.m_color:type_name -> roleType
|
|
@@ -2971,11 +3374,16 @@ var file_common_proto_depIdxs = []int32{
|
|
39, // 47: ResLudoHistory.list:type_name -> HistoryRecord
|
|
39, // 47: ResLudoHistory.list:type_name -> HistoryRecord
|
|
31, // 48: ResLudoRoomInfo.err_msg:type_name -> MsgError
|
|
31, // 48: ResLudoRoomInfo.err_msg:type_name -> MsgError
|
|
8, // 49: ResLudoRoomInfo.info:type_name -> RoomInfo
|
|
8, // 49: ResLudoRoomInfo.info:type_name -> RoomInfo
|
|
- 50, // [50:50] is the sub-list for method output_type
|
|
|
|
- 50, // [50:50] is the sub-list for method input_type
|
|
|
|
- 50, // [50:50] is the sub-list for extension type_name
|
|
|
|
- 50, // [50:50] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:50] is the sub-list for field type_name
|
|
|
|
|
|
+ 31, // 50: ResFriendList.err_msg:type_name -> MsgError
|
|
|
|
+ 45, // 51: ResFriendList.list:type_name -> RequestAddFriendItem
|
|
|
|
+ 21, // 52: RecvAddFriendRequest.info:type_name -> UserInfo
|
|
|
|
+ 45, // 53: OptAddFriendRequest.info:type_name -> RequestAddFriendItem
|
|
|
|
+ 45, // 54: NotifyOptFriend.info:type_name -> RequestAddFriendItem
|
|
|
|
+ 55, // [55:55] is the sub-list for method output_type
|
|
|
|
+ 55, // [55:55] is the sub-list for method input_type
|
|
|
|
+ 55, // [55:55] is the sub-list for extension type_name
|
|
|
|
+ 55, // [55:55] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:55] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_common_proto_init() }
|
|
func init() { file_common_proto_init() }
|
|
@@ -2989,7 +3397,7 @@ func file_common_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_common_proto_rawDesc), len(file_common_proto_rawDesc)),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_common_proto_rawDesc), len(file_common_proto_rawDesc)),
|
|
NumEnums: 7,
|
|
NumEnums: 7,
|
|
- NumMessages: 38,
|
|
|
|
|
|
+ NumMessages: 45,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
},
|
|
},
|