Documentation ¶
Index ¶
Constants ¶
View Source
const ( ONLINE_COUNT = 1 // 在线人数 HISTORY_RECORD = 2 // 历史记录 SEND_MESSAGE = 3 // 发送消息 RECALL_MESSAGE = 4 // 撤回消息 HEART_BEAT = 5 // 心跳 )
Variables ¶
This section is empty.
Functions ¶
func ConvertChatMessageTypes ¶
func ConvertChatMessageTypes(in *messagerpc.ChatMessageDetails) *types.ChatMsgResp
Types ¶
type WebSocketLogic ¶
func NewWebSocketLogic ¶
func NewWebSocketLogic(ctx context.Context, svcCtx *svc.ServiceContext) *WebSocketLogic
WebSocket消息
func (*WebSocketLogic) WebSocket ¶
func (l *WebSocketLogic) WebSocket(w http.ResponseWriter, r *http.Request) error
Click to show internal directories.
Click to hide internal directories.