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

Struct RedisRoomCountMsg

proto/task.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type RedisRoomCountMsg struct {
26 Count int `json:"count,omitempty"`
27 Op int `json:"op"`
28}
29
30type SuccessReply struct {
31 Code int `json:"code"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected