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

Method GetKey

servers/websocket/client.go:29–33  ·  view source on GitHub ↗

读取客户端数据

()

Source from the content-addressed store, hash-verified

27
28// 读取客户端数据
29func (l *login) GetKey() (key string) {
30 key = GetUserKey(l.AppId, l.UserId)
31
32 return
33}
34
35// 用户连接
36type Client struct {

Callers 4

LoginControllerFunction · 0.45
HeartbeatControllerFunction · 0.45
EventLoginMethod · 0.45
EventUnregisterMethod · 0.45

Calls 1

GetUserKeyFunction · 0.85

Tested by

no test coverage detected