MCPcopy
hub / github.com/link1st/gowebsocket / GetTextMsgData

Function GetTextMsgData

models/msg_model.go:53–56  ·  view source on GitHub ↗

文本消息

(uuId, msgId, message string)

Source from the content-addressed store, hash-verified

51
52// 文本消息
53func GetTextMsgData(uuId, msgId, message string) string {
54
55 return getTextMsgData("msg", uuId, msgId, message)
56}
57
58// 用户进入消息
59func GetTextMsgDataEnter(uuId, msgId, message string) string {

Callers 1

SendUserMessageFunction · 0.92

Calls 1

getTextMsgDataFunction · 0.85

Tested by

no test coverage detected