Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionData ¶ added in v0.1.3
会话数据
type SessionKey ¶
type SessionKey string
const ( // 公共错误路由 ONERR = "onErr" // 当前玩家 CUR_PLAYER SessionKey = "player" // 当前牌桌 CUR_DESK SessionKey = "desk" // 本地调度 LOCAL_SCHEDULER SessionKey = "localScheduler" // 当前所在牌桌号 CUR_DESKNO SessionKey = "desk_no" // 当前房间 CUR_ROOM SessionKey = "room" )
Click to show internal directories.
Click to hide internal directories.