|
|
|
@ -861,6 +861,110 @@ func (x *SMSearchFriend) GetFriends() []*MFFriend {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 请求等待验证的好友请求
|
|
|
|
|
type CMListPendingFriendRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
ServerId *int32 `protobuf:"varint,1,opt,name=server_id,json=serverId" json:"server_id,omitempty"` //保留
|
|
|
|
|
TeamUuid *string `protobuf:"bytes,2,opt,name=team_uuid,json=teamUuid" json:"team_uuid,omitempty"` //保留
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMListPendingFriendRequest) Reset() {
|
|
|
|
|
*x = CMListPendingFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[13]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMListPendingFriendRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*CMListPendingFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *CMListPendingFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[13]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use CMListPendingFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CMListPendingFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMListPendingFriendRequest) GetServerId() int32 {
|
|
|
|
|
if x != nil && x.ServerId != nil {
|
|
|
|
|
return *x.ServerId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMListPendingFriendRequest) GetTeamUuid() string {
|
|
|
|
|
if x != nil && x.TeamUuid != nil {
|
|
|
|
|
return *x.TeamUuid
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 回复等待验证的好友请求
|
|
|
|
|
type SMListPendingFriendRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
PendingFriendRequest []*MFPendingFriendRequest `protobuf:"bytes,1,rep,name=pendingFriendRequest" json:"pendingFriendRequest,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SMListPendingFriendRequest) Reset() {
|
|
|
|
|
*x = SMListPendingFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[14]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SMListPendingFriendRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*SMListPendingFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SMListPendingFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[14]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SMListPendingFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SMListPendingFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{14}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SMListPendingFriendRequest) GetPendingFriendRequest() []*MFPendingFriendRequest {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.PendingFriendRequest
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 请求发送添加好友请求
|
|
|
|
|
type CMAddFriendRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
@ -875,7 +979,7 @@ type CMAddFriendRequest struct {
|
|
|
|
|
func (x *CMAddFriendRequest) Reset() {
|
|
|
|
|
*x = CMAddFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[13]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[15]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -888,7 +992,7 @@ func (x *CMAddFriendRequest) String() string {
|
|
|
|
|
func (*CMAddFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *CMAddFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[13]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[15]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -901,7 +1005,7 @@ func (x *CMAddFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use CMAddFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CMAddFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{15}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMAddFriendRequest) GetServerId() int32 {
|
|
|
|
@ -938,7 +1042,7 @@ type SMAddFriendRequest struct {
|
|
|
|
|
func (x *SMAddFriendRequest) Reset() {
|
|
|
|
|
*x = SMAddFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[14]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[16]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -951,7 +1055,7 @@ func (x *SMAddFriendRequest) String() string {
|
|
|
|
|
func (*SMAddFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SMAddFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[14]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[16]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -964,7 +1068,7 @@ func (x *SMAddFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SMAddFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SMAddFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{14}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{16}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SMAddFriendRequest) GetReason() string {
|
|
|
|
@ -995,7 +1099,7 @@ type CMAcceptFriendRequest struct {
|
|
|
|
|
func (x *CMAcceptFriendRequest) Reset() {
|
|
|
|
|
*x = CMAcceptFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[15]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[17]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1008,7 +1112,7 @@ func (x *CMAcceptFriendRequest) String() string {
|
|
|
|
|
func (*CMAcceptFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *CMAcceptFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[15]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[17]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1021,7 +1125,7 @@ func (x *CMAcceptFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use CMAcceptFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CMAcceptFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{15}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMAcceptFriendRequest) GetServerId() int32 {
|
|
|
|
@ -1058,7 +1162,7 @@ type SMAcceptFriendRequest struct {
|
|
|
|
|
func (x *SMAcceptFriendRequest) Reset() {
|
|
|
|
|
*x = SMAcceptFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[16]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[18]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1071,7 +1175,7 @@ func (x *SMAcceptFriendRequest) String() string {
|
|
|
|
|
func (*SMAcceptFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SMAcceptFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[16]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[18]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1084,7 +1188,7 @@ func (x *SMAcceptFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SMAcceptFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SMAcceptFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{16}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SMAcceptFriendRequest) GetReason() string {
|
|
|
|
@ -1114,7 +1218,7 @@ type CMListFriend struct {
|
|
|
|
|
func (x *CMListFriend) Reset() {
|
|
|
|
|
*x = CMListFriend{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[17]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[19]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1127,7 +1231,7 @@ func (x *CMListFriend) String() string {
|
|
|
|
|
func (*CMListFriend) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *CMListFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[17]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[19]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1140,7 +1244,7 @@ func (x *CMListFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use CMListFriend.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CMListFriend) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *CMListFriend) GetServerId() int32 {
|
|
|
|
@ -1157,6 +1261,62 @@ func (x *CMListFriend) GetTeamUuid() string {
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 回复等待验证的好友请求
|
|
|
|
|
type MFPendingFriendRequest struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
AccountId *string `protobuf:"bytes,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
|
|
|
|
|
Flag *bool `protobuf:"varint,2,opt,name=flag" json:"flag,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *MFPendingFriendRequest) Reset() {
|
|
|
|
|
*x = MFPendingFriendRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[20]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *MFPendingFriendRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*MFPendingFriendRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *MFPendingFriendRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[20]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use MFPendingFriendRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*MFPendingFriendRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{20}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *MFPendingFriendRequest) GetAccountId() string {
|
|
|
|
|
if x != nil && x.AccountId != nil {
|
|
|
|
|
return *x.AccountId
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *MFPendingFriendRequest) GetFlag() bool {
|
|
|
|
|
if x != nil && x.Flag != nil {
|
|
|
|
|
return *x.Flag
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 回复我的好友列表
|
|
|
|
|
type MFFriend struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
@ -1170,7 +1330,7 @@ type MFFriend struct {
|
|
|
|
|
func (x *MFFriend) Reset() {
|
|
|
|
|
*x = MFFriend{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[18]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[21]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1183,7 +1343,7 @@ func (x *MFFriend) String() string {
|
|
|
|
|
func (*MFFriend) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *MFFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[18]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[21]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1196,7 +1356,7 @@ func (x *MFFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use MFFriend.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*MFFriend) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{21}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *MFFriend) GetAccountId() string {
|
|
|
|
@ -1224,7 +1384,7 @@ type SMListFriend struct {
|
|
|
|
|
func (x *SMListFriend) Reset() {
|
|
|
|
|
*x = SMListFriend{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[19]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[22]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -1237,7 +1397,7 @@ func (x *SMListFriend) String() string {
|
|
|
|
|
func (*SMListFriend) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *SMListFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[19]
|
|
|
|
|
mi := &file_cs_proto_proto_msgTypes[22]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -1250,7 +1410,7 @@ func (x *SMListFriend) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SMListFriend.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*SMListFriend) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
return file_cs_proto_proto_rawDescGZIP(), []int{22}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *SMListFriend) GetFriends() []*MFFriend {
|
|
|
|
@ -1333,47 +1493,64 @@ var file_cs_proto_proto_rawDesc = []byte{
|
|
|
|
|
0x22, 0x38, 0x0a, 0x0e, 0x53, 0x4d, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x46, 0x72, 0x69, 0x65,
|
|
|
|
|
0x6e, 0x64, 0x12, 0x26, 0x0a, 0x07, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20,
|
|
|
|
|
0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x63, 0x73, 0x2e, 0x4d, 0x46, 0x46, 0x72, 0x69, 0x65, 0x6e,
|
|
|
|
|
0x64, 0x52, 0x07, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x22, 0x7a, 0x0a, 0x12, 0x43, 0x4d,
|
|
|
|
|
0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a,
|
|
|
|
|
0x09, 0x74, 0x65, 0x61, 0x6d, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x08, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x75, 0x69, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x74, 0x61,
|
|
|
|
|
0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18,
|
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x63, 0x63,
|
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x44, 0x0a, 0x12, 0x53, 0x4d, 0x41, 0x64, 0x64, 0x46,
|
|
|
|
|
0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65,
|
|
|
|
|
0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x7d, 0x0a, 0x15,
|
|
|
|
|
0x43, 0x4d, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f,
|
|
|
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72,
|
|
|
|
|
0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x61, 0x6d, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x75, 0x69, 0x64, 0x12,
|
|
|
|
|
0x2a, 0x0a, 0x11, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
|
0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x61, 0x72, 0x67,
|
|
|
|
|
0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x47, 0x0a, 0x15, 0x53,
|
|
|
|
|
0x4d, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71,
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74,
|
|
|
|
|
0x61, 0x74, 0x75, 0x73, 0x22, 0x48, 0x0a, 0x0c, 0x43, 0x4d, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x72,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69,
|
|
|
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49,
|
|
|
|
|
0x64, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x61, 0x6d, 0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x02,
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x75, 0x69, 0x64, 0x22, 0x45,
|
|
|
|
|
0x0a, 0x08, 0x4d, 0x46, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63,
|
|
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
|
|
|
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65,
|
|
|
|
|
0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65,
|
|
|
|
|
0x72, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x36, 0x0a, 0x0c, 0x53, 0x4d, 0x4c, 0x69, 0x73, 0x74, 0x46,
|
|
|
|
|
0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x26, 0x0a, 0x07, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73,
|
|
|
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x63, 0x73, 0x2e, 0x4d, 0x46, 0x46, 0x72,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x52, 0x07, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x2a, 0x22, 0x0a,
|
|
|
|
|
0x0a, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x5f, 0x65, 0x12, 0x14, 0x0a, 0x0c, 0x50,
|
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x10, 0xd1, 0xa2, 0xd5, 0xc4,
|
|
|
|
|
0x07, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x63, 0x73,
|
|
|
|
|
0x64, 0x52, 0x07, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x22, 0x56, 0x0a, 0x1a, 0x43, 0x4d,
|
|
|
|
|
0x4c, 0x69, 0x73, 0x74, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e,
|
|
|
|
|
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76,
|
|
|
|
|
0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x72,
|
|
|
|
|
0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x61, 0x6d, 0x5f, 0x75, 0x75,
|
|
|
|
|
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x75,
|
|
|
|
|
0x69, 0x64, 0x22, 0x6c, 0x0a, 0x1a, 0x53, 0x4d, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x65, 0x6e, 0x64,
|
|
|
|
|
0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x12, 0x4e, 0x0a, 0x14, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e,
|
|
|
|
|
0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a,
|
|
|
|
|
0x2e, 0x63, 0x73, 0x2e, 0x4d, 0x46, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x69,
|
|
|
|
|
0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x14, 0x70, 0x65, 0x6e, 0x64,
|
|
|
|
|
0x69, 0x6e, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
|
|
0x22, 0x7a, 0x0a, 0x12, 0x43, 0x4d, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52,
|
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72,
|
|
|
|
|
0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65,
|
|
|
|
|
0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x61, 0x6d, 0x5f, 0x75, 0x75, 0x69, 0x64,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x61, 0x6d, 0x55, 0x75, 0x69, 0x64,
|
|
|
|
|
0x12, 0x2a, 0x0a, 0x11, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75,
|
|
|
|
|
0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x74, 0x61, 0x72,
|
|
|
|
|
0x67, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x44, 0x0a, 0x12,
|
|
|
|
|
0x53, 0x4d, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74,
|
|
|
|
|
0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74,
|
|
|
|
|
0x75, 0x73, 0x22, 0x7d, 0x0a, 0x15, 0x43, 0x4d, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x46, 0x72,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73,
|
|
|
|
|
0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
|
|
|
|
|
0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x61, 0x6d,
|
|
|
|
|
0x5f, 0x75, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x61,
|
|
|
|
|
0x6d, 0x55, 0x75, 0x69, 0x64, 0x12, 0x2a, 0x0a, 0x11, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f,
|
|
|
|
|
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
0x52, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49,
|
|
|
|
|
0x64, 0x22, 0x47, 0x0a, 0x15, 0x53, 0x4d, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x46, 0x72, 0x69,
|
|
|
|
|
0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65,
|
|
|
|
|
0x61, 0x73, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73,
|
|
|
|
|
0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x48, 0x0a, 0x0c, 0x43, 0x4d,
|
|
|
|
|
0x4c, 0x69, 0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x65,
|
|
|
|
|
0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73,
|
|
|
|
|
0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x61, 0x6d, 0x5f,
|
|
|
|
|
0x75, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x61, 0x6d,
|
|
|
|
|
0x55, 0x75, 0x69, 0x64, 0x22, 0x4b, 0x0a, 0x16, 0x4d, 0x46, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e,
|
|
|
|
|
0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d,
|
|
|
|
|
0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a,
|
|
|
|
|
0x04, 0x66, 0x6c, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x66, 0x6c, 0x61,
|
|
|
|
|
0x67, 0x22, 0x45, 0x0a, 0x08, 0x4d, 0x46, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x1d, 0x0a,
|
|
|
|
|
0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08,
|
|
|
|
|
0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
|
|
0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x36, 0x0a, 0x0c, 0x53, 0x4d, 0x4c, 0x69,
|
|
|
|
|
0x73, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x12, 0x26, 0x0a, 0x07, 0x66, 0x72, 0x69, 0x65,
|
|
|
|
|
0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x63, 0x73, 0x2e, 0x4d,
|
|
|
|
|
0x46, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x52, 0x07, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73,
|
|
|
|
|
0x2a, 0x22, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x5f, 0x65, 0x12, 0x14,
|
|
|
|
|
0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x10, 0xd1,
|
|
|
|
|
0xa2, 0xd5, 0xc4, 0x07, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x63, 0x73,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -1389,38 +1566,42 @@ func file_cs_proto_proto_rawDescGZIP() []byte {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_cs_proto_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
|
|
var file_cs_proto_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
|
|
|
|
|
var file_cs_proto_proto_msgTypes = make([]protoimpl.MessageInfo, 23)
|
|
|
|
|
var file_cs_proto_proto_goTypes = []interface{}{
|
|
|
|
|
(ConstantE)(0), // 0: cs.Constant_e
|
|
|
|
|
(*CMPing)(nil), // 1: cs.CMPing
|
|
|
|
|
(*SMPing)(nil), // 2: cs.SMPing
|
|
|
|
|
(*SMRpcError)(nil), // 3: cs.SMRpcError
|
|
|
|
|
(*MFPair)(nil), // 4: cs.MFPair
|
|
|
|
|
(*MFPair64)(nil), // 5: cs.MFPair64
|
|
|
|
|
(*MFTuple)(nil), // 6: cs.MFTuple
|
|
|
|
|
(*MFTupleString)(nil), // 7: cs.MFTupleString
|
|
|
|
|
(*CMLogin)(nil), // 8: cs.CMLogin
|
|
|
|
|
(*SMLogin)(nil), // 9: cs.SMLogin
|
|
|
|
|
(*CMReconnect)(nil), // 10: cs.CMReconnect
|
|
|
|
|
(*SMReconnect)(nil), // 11: cs.SMReconnect
|
|
|
|
|
(*CMSearchFriend)(nil), // 12: cs.CMSearchFriend
|
|
|
|
|
(*SMSearchFriend)(nil), // 13: cs.SMSearchFriend
|
|
|
|
|
(*CMAddFriendRequest)(nil), // 14: cs.CMAddFriendRequest
|
|
|
|
|
(*SMAddFriendRequest)(nil), // 15: cs.SMAddFriendRequest
|
|
|
|
|
(*CMAcceptFriendRequest)(nil), // 16: cs.CMAcceptFriendRequest
|
|
|
|
|
(*SMAcceptFriendRequest)(nil), // 17: cs.SMAcceptFriendRequest
|
|
|
|
|
(*CMListFriend)(nil), // 18: cs.CMListFriend
|
|
|
|
|
(*MFFriend)(nil), // 19: cs.MFFriend
|
|
|
|
|
(*SMListFriend)(nil), // 20: cs.SMListFriend
|
|
|
|
|
(ConstantE)(0), // 0: cs.Constant_e
|
|
|
|
|
(*CMPing)(nil), // 1: cs.CMPing
|
|
|
|
|
(*SMPing)(nil), // 2: cs.SMPing
|
|
|
|
|
(*SMRpcError)(nil), // 3: cs.SMRpcError
|
|
|
|
|
(*MFPair)(nil), // 4: cs.MFPair
|
|
|
|
|
(*MFPair64)(nil), // 5: cs.MFPair64
|
|
|
|
|
(*MFTuple)(nil), // 6: cs.MFTuple
|
|
|
|
|
(*MFTupleString)(nil), // 7: cs.MFTupleString
|
|
|
|
|
(*CMLogin)(nil), // 8: cs.CMLogin
|
|
|
|
|
(*SMLogin)(nil), // 9: cs.SMLogin
|
|
|
|
|
(*CMReconnect)(nil), // 10: cs.CMReconnect
|
|
|
|
|
(*SMReconnect)(nil), // 11: cs.SMReconnect
|
|
|
|
|
(*CMSearchFriend)(nil), // 12: cs.CMSearchFriend
|
|
|
|
|
(*SMSearchFriend)(nil), // 13: cs.SMSearchFriend
|
|
|
|
|
(*CMListPendingFriendRequest)(nil), // 14: cs.CMListPendingFriendRequest
|
|
|
|
|
(*SMListPendingFriendRequest)(nil), // 15: cs.SMListPendingFriendRequest
|
|
|
|
|
(*CMAddFriendRequest)(nil), // 16: cs.CMAddFriendRequest
|
|
|
|
|
(*SMAddFriendRequest)(nil), // 17: cs.SMAddFriendRequest
|
|
|
|
|
(*CMAcceptFriendRequest)(nil), // 18: cs.CMAcceptFriendRequest
|
|
|
|
|
(*SMAcceptFriendRequest)(nil), // 19: cs.SMAcceptFriendRequest
|
|
|
|
|
(*CMListFriend)(nil), // 20: cs.CMListFriend
|
|
|
|
|
(*MFPendingFriendRequest)(nil), // 21: cs.MFPendingFriendRequest
|
|
|
|
|
(*MFFriend)(nil), // 22: cs.MFFriend
|
|
|
|
|
(*SMListFriend)(nil), // 23: cs.SMListFriend
|
|
|
|
|
}
|
|
|
|
|
var file_cs_proto_proto_depIdxs = []int32{
|
|
|
|
|
19, // 0: cs.SMSearchFriend.friends:type_name -> cs.MFFriend
|
|
|
|
|
19, // 1: cs.SMListFriend.friends:type_name -> cs.MFFriend
|
|
|
|
|
2, // [2:2] is the sub-list for method output_type
|
|
|
|
|
2, // [2:2] is the sub-list for method input_type
|
|
|
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
|
|
|
2, // [2:2] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:2] is the sub-list for field type_name
|
|
|
|
|
22, // 0: cs.SMSearchFriend.friends:type_name -> cs.MFFriend
|
|
|
|
|
21, // 1: cs.SMListPendingFriendRequest.pendingFriendRequest:type_name -> cs.MFPendingFriendRequest
|
|
|
|
|
22, // 2: cs.SMListFriend.friends:type_name -> cs.MFFriend
|
|
|
|
|
3, // [3:3] is the sub-list for method output_type
|
|
|
|
|
3, // [3:3] is the sub-list for method input_type
|
|
|
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
|
|
|
3, // [3:3] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:3] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_cs_proto_proto_init() }
|
|
|
|
@ -1586,7 +1767,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*CMAddFriendRequest); i {
|
|
|
|
|
switch v := v.(*CMListPendingFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1598,7 +1779,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SMAddFriendRequest); i {
|
|
|
|
|
switch v := v.(*SMListPendingFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1610,7 +1791,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*CMAcceptFriendRequest); i {
|
|
|
|
|
switch v := v.(*CMAddFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1622,7 +1803,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SMAcceptFriendRequest); i {
|
|
|
|
|
switch v := v.(*SMAddFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1634,7 +1815,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*CMListFriend); i {
|
|
|
|
|
switch v := v.(*CMAcceptFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1646,7 +1827,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*MFFriend); i {
|
|
|
|
|
switch v := v.(*SMAcceptFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1658,6 +1839,42 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*CMListFriend); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*MFPendingFriendRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*MFFriend); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_cs_proto_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*SMListFriend); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -1676,7 +1893,7 @@ func file_cs_proto_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_cs_proto_proto_rawDesc,
|
|
|
|
|
NumEnums: 1,
|
|
|
|
|
NumMessages: 20,
|
|
|
|
|
NumMessages: 23,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 0,
|
|
|
|
|
},
|
|
|
|
|