MCPcopy Index your code
hub / github.com/link1st/gowebsocket / GetTextMsgDataEnter

Function GetTextMsgDataEnter

models/msg_model.go:59–62  ·  view source on GitHub ↗

用户进入消息

(uuId, msgId, message string)

Source from the content-addressed store, hash-verified

57
58// 用户进入消息
59func GetTextMsgDataEnter(uuId, msgId, message string) string {
60
61 return getTextMsgData("enter", uuId, msgId, message)
62}
63
64// 用户退出消息
65func GetTextMsgDataExit(uuId, msgId, message string) string {

Callers

nothing calls this directly

Calls 1

getTextMsgDataFunction · 0.85

Tested by

no test coverage detected