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

Function GetTextMsgDataExit

models/msg_model.go:65–68  ·  view source on GitHub ↗

用户退出消息

(uuId, msgId, message string)

Source from the content-addressed store, hash-verified

63
64// 用户退出消息
65func GetTextMsgDataExit(uuId, msgId, message string) string {
66
67 return getTextMsgData("exit", uuId, msgId, message)
68}

Callers

nothing calls this directly

Calls 1

getTextMsgDataFunction · 0.85

Tested by

no test coverage detected