Feat: add sse broker
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
package models
|
||||
|
||||
var (
|
||||
CtxRoomIDKey = "current_room"
|
||||
CtxRoomIDKey = "current_room"
|
||||
CtxUsernameKey = "username"
|
||||
CtxSessionKey = "session"
|
||||
// cache
|
||||
CacheRoomPrefix = "room#"
|
||||
)
|
||||
|
Reference in New Issue
Block a user