Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cherish-chat/xxim-server
/ functions
Functions
2,430 in github.com/cherish-chat/xxim-server
⨍
Functions
2,430
◇
Types & classes
474
↓ 1 callers
Method
statisticJoinGroupCount
statisticJoinGroupCount 统计加入群组数量
app/user/internal/logic/infoservice/updateUserCountMapLogic.go:104
↓ 1 callers
Function
testECDH
(e ECDH, t testing.TB)
common/utils/ecdh_test.go:17
↓ 1 callers
Method
toUserInfo_
(in *pb.FriendApplyReq, toUserId string, toUserInfo *usermodel.User, toUserSettingMap *map[string]*usermodel.U
app/conversation/internal/logic/friendservice/friendApplyLogic.go:146
↓ 1 callers
Method
validate
validate 验证是否允许发送消息
app/message/internal/logic/messageservice/messageBatchSendLogic.go:68
↓ 1 callers
Method
verifyAreFriend_
(in *pb.FriendApplyReq, fromUser *usermodel.User, toUser *usermodel.User)
app/conversation/internal/logic/friendservice/friendApplyLogic.go:323
↓ 1 callers
Method
verifyFriendLimit_
(in *pb.FriendApplyReq, fromUser *usermodel.User, toUser *usermodel.User)
app/conversation/internal/logic/friendservice/friendApplyLogic.go:338
↓ 1 callers
Method
verifyUserInfo_
(in *pb.FriendApplyReq, fromUserInfo *usermodel.User, toUserInfo *usermodel.User)
app/conversation/internal/logic/friendservice/friendApplyLogic.go:181
↓ 1 callers
Method
verifyUserSetting_
(in *pb.FriendApplyReq, fromUserInfo *usermodel.User, toUserInfo *usermodel.User, settingMap map[string]*userm
app/conversation/internal/logic/friendservice/friendApplyLogic.go:229
↓ 1 callers
Method
waitResponse
(requestId string)
sdk/client/client.go:389
Method
AuthenticationConnection
AuthenticationConnection 验证连接
app/gateway/client/gatewayservice/gatewayService.go:57
Method
AuthenticationConnection
AuthenticationConnection 验证连接
app/gateway/client/gatewayservice/gatewayService.go:120
Method
AuthenticationConnection
AuthenticationConnection 验证连接
app/gateway/internal/server/gatewayservice/gatewayServiceServer.go:74
Method
AuthenticationConnection
(ctx context.Context, connection *gatewayservicelogic.Connection, apiRequest *pb.GatewayApiRequest)
app/gateway/internal/handler/connectionhandler/connectionhandler.go:58
Method
AuthenticationConnection
(ctx context.Context, in *AuthenticationConnectionReq, opts ...grpc.CallOption)
common/pb/gateway_grpc.pb.go:136
Method
AuthenticationConnection
AuthenticationConnection 验证连接 客户端拿着userId token,鉴权连接
common/pb/gateway_grpc.pb.go:177
Method
AuthenticationConnection
(context.Context, *AuthenticationConnectionReq)
common/pb/gateway_grpc.pb.go:209
Method
BatchGetConvMaxSeq
(ctx context.Context, userId string, convIdTypes ...*ConvInfo)
app/message/messagemodel/redisseq.go:104
Method
CaptchaVerify
CaptchaVerify 验证图形验证码
app/third/client/captchaservice/captchaService.go:54
Method
CaptchaVerify
CaptchaVerify 验证图形验证码
app/third/internal/server/captchaservice/captchaServiceServer.go:32
Method
CaptchaVerify
(ctx context.Context, in *CaptchaVerifyReq, opts ...grpc.CallOption)
common/pb/third_grpc.pb.go:310
Method
CaptchaVerify
CaptchaVerify 验证图形验证码 二次开发人员可以自行实现
common/pb/third_grpc.pb.go:328
Method
CaptchaVerify
(context.Context, *CaptchaVerifyReq)
common/pb/third_grpc.pb.go:339
Method
CloseConnection
(code pb.WebsocketCustomCloseCode, reason string)
app/gateway/internal/logic/gatewayservice/x_connection_p2p.go:23
Method
CloseConnection
(code pb.WebsocketCustomCloseCode, reason string)
app/gateway/internal/logic/gatewayservice/x_connection_ws.go:22
Method
ConversationSettingUpdate
ConversationSettingUpdate 更新会话设置
app/conversation/client/conversationservice/conversationService.go:68
Method
ConversationSettingUpdate
ConversationSettingUpdate 更新会话设置
app/conversation/client/conversationservice/conversationService.go:85
Method
ConversationSettingUpdate
ConversationSettingUpdate 更新会话设置
app/conversation/internal/server/conversationservice/conversationServiceServer.go:26
Method
ConversationSettingUpdate
(ctx context.Context, in *ConversationSettingUpdateReq, opts ...grpc.CallOption)
common/pb/conversation_grpc.pb.go:481
Method
ConversationSettingUpdate
ConversationSettingUpdate 更新会话设置
common/pb/conversation_grpc.pb.go:504
Method
ConversationSettingUpdate
(context.Context, *ConversationSettingUpdateReq)
common/pb/conversation_grpc.pb.go:514
Method
CountCreateGroup
CountCreateGroup 统计创建的群组数量
app/conversation/client/groupservice/groupService.go:103
Method
CountCreateGroup
CountCreateGroup 统计创建的群组数量
app/conversation/internal/server/groupservice/groupServiceServer.go:38
Method
CountCreateGroup
(ctx context.Context, in *CountCreateGroupReq, opts ...grpc.CallOption)
common/pb/conversation_grpc.pb.go:63
Method
CountCreateGroup
CountCreateGroup 统计创建的群组数量
common/pb/conversation_grpc.pb.go:99
Method
CountCreateGroup
(context.Context, *CountCreateGroupReq)
common/pb/conversation_grpc.pb.go:117
Method
CountFriend
CountFriend 统计好友数量
app/conversation/client/friendservice/friendService.go:107
Method
CountFriend
CountFriend 统计好友数量
app/conversation/internal/server/friendservice/friendServiceServer.go:44
Method
CountFriend
(ctx context.Context, in *CountFriendReq, opts ...grpc.CallOption)
common/pb/conversation_grpc.pb.go:310
Method
CountFriend
CountFriend 统计好友数量
common/pb/conversation_grpc.pb.go:330
Method
CountFriend
(context.Context, *CountFriendReq)
common/pb/conversation_grpc.pb.go:347
Method
CountJoinGroup
CountJoinGroup 统计加入的群组数量
app/conversation/client/groupservice/groupService.go:97
Method
CountJoinGroup
CountJoinGroup 统计加入的群组数量
app/conversation/internal/server/groupservice/groupServiceServer.go:32
Method
CountJoinGroup
(ctx context.Context, in *CountJoinGroupReq, opts ...grpc.CallOption)
common/pb/conversation_grpc.pb.go:54
Method
CountJoinGroup
CountJoinGroup 统计加入的群组数量
common/pb/conversation_grpc.pb.go:97
Method
CountJoinGroup
(context.Context, *CountJoinGroupReq)
common/pb/conversation_grpc.pb.go:114
Method
CreateRobot
CreateRobot 创建机器人
app/user/client/accountservice/accountService.go:75
Method
CreateRobot
CreateRobot 创建机器人
app/user/client/accountservice/accountService.go:132
Method
CreateRobot
CreateRobot 创建机器人
app/user/internal/server/accountservice/accountServiceServer.go:68
Method
CreateRobot
CreateRobot 创建机器人
sdk/client/user.go:20
Method
CreateRobot
CreateRobot 创建机器人
sdk/client/user.go:27
Method
CreateRobot
(ctx context.Context, in *CreateRobotReq, opts ...grpc.CallOption)
common/pb/user_grpc.pb.go:122
Method
CreateRobot
CreateRobot 创建机器人 创建机器人逻辑可以从这里修改
common/pb/user_grpc.pb.go:158
Method
CreateRobot
(context.Context, *CreateRobotReq)
common/pb/user_grpc.pb.go:187
Method
Debug
(args ...interface{})
common/xmq/asynq.go:23
Method
DeleteUserSubscription
DeleteUserSubscription 删除用户订阅的订阅号
app/conversation/client/subscriptionservice/subscriptionService.go:76
Method
DeleteUserSubscription
DeleteUserSubscription 删除用户订阅的订阅号
app/conversation/client/subscriptionservice/subscriptionService.go:117
Method
DeleteUserSubscription
DeleteUserSubscription 删除用户订阅的订阅号
app/conversation/internal/server/subscriptionservice/subscriptionServiceServer.go:50
Method
DeleteUserSubscription
(ctx context.Context, in *DeleteUserSubscriptionReq, opts ...grpc.CallOption)
common/pb/conversation_grpc.pb.go:651
Method
DeleteUserSubscription
DeleteUserSubscription 删除用户订阅的订阅号
common/pb/conversation_grpc.pb.go:682
Method
DeleteUserSubscription
(context.Context, *DeleteUserSubscriptionReq)
common/pb/conversation_grpc.pb.go:704
Method
Descriptor
Deprecated: Use GatewayApiRequest.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:116
Method
Descriptor
Deprecated: Use GatewayApiResponse.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:188
Method
Descriptor
Deprecated: Use GatewayWriteDataContent.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:264
Method
Descriptor
Deprecated: Use GatewayGetUserConnectionReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:398
Method
Descriptor
Deprecated: Use GatewayGetUserConnectionResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:453
Method
Descriptor
Deprecated: Use GatewayBatchGetUserConnectionReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:509
Method
Descriptor
Deprecated: Use GatewayBatchGetUserConnectionResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:564
Method
Descriptor
Deprecated: Use GatewayGetConnectionFilter.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:618
Method
Descriptor
Deprecated: Use GatewayGetConnectionByFilterReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:667
Method
Descriptor
Deprecated: Use GatewayGetConnectionByFilterResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:722
Method
Descriptor
Deprecated: Use GatewayWriteDataToWsReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:779
Method
Descriptor
Deprecated: Use GatewayWriteDataToWsResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:841
Method
Descriptor
Deprecated: Use GatewayWriteDataToWsWrapperReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:898
Method
Descriptor
Deprecated: Use GatewayKickWsReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:963
Method
Descriptor
Deprecated: Use GatewayKickWsResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1032
Method
Descriptor
Deprecated: Use GatewayKeepAliveReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1087
Method
Descriptor
Deprecated: Use GatewayKeepAliveResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1134
Method
Descriptor
Deprecated: Use VerifyConnectionReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1183
Method
Descriptor
Deprecated: Use VerifyConnectionResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1238
Method
Descriptor
Deprecated: Use AuthenticationConnectionReq.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1295
Method
Descriptor
Deprecated: Use AuthenticationConnectionResp.ProtoReflect.Descriptor instead.
common/pb/gateway.pb.go:1357
Method
Descriptor
Deprecated: Use WorldPostSubmitReq.ProtoReflect.Descriptor instead.
common/pb/world.pb.go:59
Method
Descriptor
Deprecated: Use WorldPostSubmitResp.ProtoReflect.Descriptor instead.
common/pb/world.pb.go:106
Method
Descriptor
Deprecated: Use UserRegisterReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:166
Method
Descriptor
Deprecated: Use UserRegisterResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:270
Method
Descriptor
Deprecated: Use UserDestroyResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:374
Method
Descriptor
Deprecated: Use UserAccessTokenReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:425
Method
Descriptor
Deprecated: Use UserAccessTokenResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:496
Method
Descriptor
Deprecated: Use RefreshUserAccessTokenReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:559
Method
Descriptor
Deprecated: Use RefreshUserAccessTokenResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:614
Method
Descriptor
Deprecated: Use RevokeUserAccessTokenReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:662
Method
Descriptor
Deprecated: Use RevokeUserAccessTokenResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:710
Method
Descriptor
Deprecated: Use UpdateUserAccountMapReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:760
Method
Descriptor
Deprecated: Use UpdateUserAccountMapResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:822
Method
Descriptor
Deprecated: Use UpdateUserProfileMapReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:871
Method
Descriptor
Deprecated: Use UpdateUserProfileMapResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:926
Method
Descriptor
Deprecated: Use UpdateUserExtraMapReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:975
Method
Descriptor
Deprecated: Use UpdateUserExtraMapResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:1030
Method
Descriptor
Deprecated: Use UpdateUserCountMapReq.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:1083
Method
Descriptor
Deprecated: Use UpdateUserCountMapResp.ProtoReflect.Descriptor instead.
common/pb/user.pb.go:1159
← previous
next →
501–600 of 2,430, ranked by callers