Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerInfo ¶
type ServerInfo struct { proto.ServerInfo Client *net.TcpClient `json:"-"` }
type SvrMgr ¶
type SvrMgr struct { sync.RWMutex Plazas map[string]*ServerInfo Games map[string]*ServerInfo // contains filtered or unexported fields }
func (*SvrMgr) Delete ¶
func (mgr *SvrMgr) Delete(svr *ServerInfo)
func (*SvrMgr) UpdateServerList ¶
func (mgr *SvrMgr) UpdateServerList()
Click to show internal directories.
Click to hide internal directories.