MCPcopy Create free account
hub / github.com/LockGit/gochat / RedisMsg

Struct RedisMsg

proto/task.go:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6package proto
7
8type RedisMsg struct {
9 Op int `json:"op"`
10 ServerId string `json:"serverId,omitempty"`
11 RoomId int `json:"roomId,omitempty"`
12 UserId int `json:"userId,omitempty"`
13 Msg []byte `json:"msg"`
14 Count int `json:"count"`
15 RoomUserInfo map[string]string `json:"roomUserInfo"`
16}
17
18type RedisRoomInfo struct {
19 Op int `json:"op"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected