Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandMap map[string]string //处理用户的消息命令映射 key => funcName
View Source
var NowUserId int //全局uid
Functions ¶
Types ¶
type ServerObj ¶
type ServerObj struct { Ip string Port int OnlineMap map[int]*User //在线用户mapping Message chan string //总消息管道 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.