Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cherish-chat/xxim-server
/ types & classes
Types & classes
474 in github.com/cherish-chat/xxim-server
⨍
Functions
2,430
◇
Types & classes
474
↓ 4 callers
TypeAlias
Platform
Platform 平台枚举
common/pb/common.pb.go:24
Interface
AccountService
app/user/client/accountservice/accountService.go:59
Interface
AccountServiceClient
AccountServiceClient is the client API for AccountService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to ht
common/pb/user_grpc.pb.go:24
Interface
AccountServiceServer
AccountServiceServer is the server API for AccountService service. All implementations must embed UnimplementedAccountServiceServer for forward compat
common/pb/user_grpc.pb.go:134
Struct
AccountServiceServer
app/user/internal/server/accountservice/accountServiceServer.go:14
Struct
AlertActionData
AlertActionData alert提示 永远有一个关闭按钮 以下描述的是另一个操作按钮
common/pb/common.pb.go:788
TypeAlias
AlertActionData_ButtonType
common/pb/common.pb.go:573
Interface
AnyInSliceType
common/utils/any.go:10
Struct
Asynq
common/xmq/asynq.go:14
Struct
AuthErrorExtra
AuthErrorExtra
common/pb/xx.user.go:55
TypeAlias
AuthErrorType
common/pb/xx.user.go:60
Struct
AuthenticationConnectionLogic
app/gateway/internal/logic/gatewayservice/authenticationConnectionLogic.go:13
Struct
AuthenticationConnectionReq
AuthenticationConnectionReq 验证连接 客户端拿着userId token,鉴权连接
common/pb/gateway.pb.go:1257
Struct
AuthenticationConnectionResp
common/pb/gateway.pb.go:1320
Struct
BroadcastNotice
BroadcastNotice 广播通知 数据库模型 BroadcastNotice 是一个特殊的消息,用于通知用户,例如:邀请进群了、被踢出群了、群解散了、营销号推送了一条消息等等 这种消息的特点 具有时效性,例如:发送了一条邀请进群的通知,但此时群已经解散了,那么这条通知就没有意义了,所以收到这
app/message/noticemodel/broadcastnotice.go:16
Interface
CallbackService
app/user/client/callbackservice/callbackService.go:59
Interface
CallbackServiceClient
CallbackServiceClient is the client API for CallbackService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to
common/pb/user_grpc.pb.go:724
Interface
CallbackServiceServer
CallbackServiceServer is the server API for CallbackService service. All implementations must embed UnimplementedCallbackServiceServer for forward com
common/pb/user_grpc.pb.go:798
Struct
CallbackServiceServer
app/user/internal/server/callbackservice/callbackServiceServer.go:14
Interface
CaptchaService
app/third/client/captchaservice/captchaService.go:29
Interface
CaptchaServiceClient
CaptchaServiceClient is the client API for CaptchaService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to ht
common/pb/third_grpc.pb.go:284
Interface
CaptchaServiceServer
CaptchaServiceServer is the server API for CaptchaService service. All implementations must embed UnimplementedCaptchaServiceServer for forward compat
common/pb/third_grpc.pb.go:322
Struct
CaptchaServiceServer
app/third/internal/server/captchaservice/captchaServiceServer.go:14
Struct
CaptchaVerifyLogic
app/third/internal/logic/captchaservice/captchaVerifyLogic.go:12
Struct
CaptchaVerifyReq
CaptchaVerifyReq 验证图形验证码请求
common/pb/third.pb.go:736
Struct
CaptchaVerifyResp
CaptchaVerifyResp 验证图形验证码响应
common/pb/third.pb.go:811
Struct
Config
app/conversation/internal/config/config.go:10
Struct
Config
app/user/internal/config/config.go:11
Struct
Config
app/third/internal/config/config.go:8
Struct
Config
app/world/internal/config/config.go:5
Struct
Config
app/message/internal/config/config.go:9
Struct
Config
app/gateway/internal/config/config.go:8
Struct
Config
sdk/client/config.go:14
Struct
ConfigModel
sdk/store/config.go:3
Struct
Connection
app/gateway/internal/logic/gatewayservice/x_connection.go:42
Struct
ConnectionHandler
app/gateway/internal/handler/connectionhandler/connectionhandler.go:14
Struct
ConsumerLogic
app/message/internal/logic/noticeservice/x_consumer.go:17
Struct
ConsumerServer
app/user/internal/server/consumerServer.go:10
Struct
ConsumerServer
app/message/internal/server/consumerServer.go:11
Struct
ConvInfo
app/message/messagemodel/redisseq.go:30
Struct
ConvSeq
app/message/messagemodel/redisseq.go:22
Struct
ConversationMember
app/conversation/conversationmodel/conversationmember.go:16
Interface
ConversationService
app/conversation/client/conversationservice/conversationService.go:66
Interface
ConversationServiceClient
ConversationServiceClient is the client API for ConversationService service. For semantics around ctx use and closing/ending streaming RPCs, please r
common/pb/conversation_grpc.pb.go:466
Interface
ConversationServiceServer
ConversationServiceServer is the server API for ConversationService service. All implementations must embed UnimplementedConversationServiceServer for
common/pb/conversation_grpc.pb.go:502
Struct
ConversationServiceServer
app/conversation/internal/server/conversationservice/conversationServiceServer.go:14
TypeAlias
ConversationSettingKey
ConversationSettingKey 会话设置key
common/pb/common.pb.go:460
Struct
ConversationSettingUpdateLogic
app/conversation/internal/logic/conversationservice/conversationSettingUpdateLogic.go:12
Struct
ConversationSettingUpdateReq
common/pb/conversation.pb.go:1200
Struct
ConversationSettingUpdateResp
common/pb/conversation.pb.go:1247
TypeAlias
ConversationType
ConversationType 会话类型
common/pb/common.pb.go:281
Struct
CountCreateGroupLogic
app/conversation/internal/logic/groupservice/countCreateGroupLogic.go:12
Struct
CountCreateGroupReq
CountCreateGroupReq 统计创建的群组数量
common/pb/conversation.pb.go:370
Struct
CountCreateGroupResp
common/pb/conversation.pb.go:417
Struct
CountFriendLogic
app/conversation/internal/logic/friendservice/countFriendLogic.go:13
Struct
CountFriendReq
CountFriendReq 统计好友数量
common/pb/conversation.pb.go:1098
Struct
CountFriendResp
common/pb/conversation.pb.go:1145
Struct
CountJoinGroupLogic
app/conversation/internal/logic/groupservice/countJoinGroupLogic.go:12
Struct
CountJoinGroupReq
CountJoinGroupReq 统计加入的群组数量
common/pb/conversation.pb.go:267
Struct
CountJoinGroupResp
common/pb/conversation.pb.go:314
Struct
CreateRobotLogic
app/user/internal/logic/accountservice/createRobotLogic.go:17
Struct
CreateRobotReq
CreateRobotReq 创建机器人请求
common/pb/user.pb.go:2134
Struct
CreateRobotResp
CreateRobotResp 创建机器人响应
common/pb/user.pb.go:2206
Struct
DeleteUserSubscriptionLogic
app/conversation/internal/logic/subscriptionservice/deleteUserSubscriptionLogic.go:12
Struct
DeleteUserSubscriptionReq
common/pb/conversation.pb.go:1912
Struct
DeleteUserSubscriptionResp
common/pb/conversation.pb.go:1968
Interface
ECDH
ECDH The main interface for ECDH key exchange.
common/utils/ecdh.go:14
Struct
EmailCodeSendLogic
app/third/internal/logic/emailservice/emailCodeSendLogic.go:12
Struct
EmailCodeSendReq
EmailCodeSendReq 发送邮件请求
common/pb/third.pb.go:305
Struct
EmailCodeSendResp
EmailCodeSendResp 发送邮件响应
common/pb/third.pb.go:380
Struct
EmailCodeVerifyLogic
app/third/internal/logic/emailservice/emailCodeVerifyLogic.go:12
Struct
EmailCodeVerifyReq
EmailCodeVerifyReq 验证邮件请求
common/pb/third.pb.go:428
Struct
EmailCodeVerifyResp
EmailCodeVerifyResp 验证邮件响应
common/pb/third.pb.go:512
Interface
EmailService
app/third/client/emailservice/emailService.go:29
Interface
EmailServiceClient
EmailServiceClient is the client API for EmailService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https:
common/pb/third_grpc.pb.go:154
Interface
EmailServiceServer
EmailServiceServer is the server API for EmailService service. All implementations must embed UnimplementedEmailServiceServer for forward compatibilit
common/pb/third_grpc.pb.go:192
Struct
EmailServiceServer
app/third/internal/server/emailservice/emailServiceServer.go:14
Interface
EnumInSliceType
common/utils/any.go:7
Struct
Friend
Friend 好友 数据库模型
app/conversation/friendmodel/friend.go:12
Struct
FriendApplyHandleLogic
app/conversation/internal/logic/friendservice/friendApplyHandleLogic.go:22
Struct
FriendApplyHandleReq
common/pb/conversation.pb.go:832
Struct
FriendApplyHandleResp
common/pb/conversation.pb.go:905
Struct
FriendApplyLogic
app/conversation/internal/logic/friendservice/friendApplyLogic.go:23
Struct
FriendApplyRecord
FriendApplyRecord 好友申请记录 数据库模型
app/conversation/friendmodel/friendapplyrecord.go:19
Struct
FriendApplyReq
common/pb/conversation.pb.go:712
Struct
FriendApplyResp
common/pb/conversation.pb.go:785
TypeAlias
FriendApplyStatus
FriendApplyStatus 好友申请状态
common/pb/conversation.pb.go:24
Interface
FriendService
app/conversation/client/friendservice/friendService.go:66
Interface
FriendServiceClient
FriendServiceClient is the client API for FriendService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to http
common/pb/conversation_grpc.pb.go:264
Interface
FriendServiceServer
FriendServiceServer is the server API for FriendService service. All implementations must embed UnimplementedFriendServiceServer for forward compatibi
common/pb/conversation_grpc.pb.go:322
Struct
FriendServiceServer
app/conversation/internal/server/friendservice/friendServiceServer.go:14
Struct
GatewayApiRequest
GatewayApiRequest http/私有协议 请求
common/pb/gateway.pb.go:77
Struct
GatewayApiResponse
GatewayApiResponse http/私有协议 响应
common/pb/gateway.pb.go:149
Struct
GatewayBatchGetUserConnectionLogic
app/gateway/internal/logic/gatewayservice/gatewayBatchGetUserConnectionLogic.go:12
Struct
GatewayBatchGetUserConnectionReq
GatewayBatchGetUserConnectionReq 批量获取用户的连接
common/pb/gateway.pb.go:472
Struct
GatewayBatchGetUserConnectionResp
common/pb/gateway.pb.go:527
Struct
GatewayGetConnectionByFilterLogic
app/gateway/internal/logic/gatewayservice/gatewayGetConnectionByFilterLogic.go:12
Struct
GatewayGetConnectionByFilterReq
GatewayGetConnectionByFilterReq 根据过滤条件获取连接
common/pb/gateway.pb.go:630
Struct
GatewayGetConnectionByFilterResp
common/pb/gateway.pb.go:685
Struct
GatewayGetConnectionFilter
common/pb/gateway.pb.go:582
next →
1–100 of 474, ranked by callers