package service import ( "texas-poker-bk/api" "texas-poker-bk/internal/session" ) // CreateTable 创建桌面 func CreateTable(client session.NetAccount, msg *api.ReqIdentity) { }