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

Struct PushParams

task/push.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type PushParams struct {
17 ServerId string
18 UserId int
19 Msg []byte
20 RoomId int
21}
22
23var pushChannel []chan *PushParams
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected