package models var ( CtxRoomIDKey = "current_room" CtxUsernameKey = "username" CtxSessionKey = "session" // cache CacheRoomPrefix = "room#" CacheStatePrefix = "state-" // sse NotifyRoomUpdatePrefix = "roomupdate_" )