5 Star 0 Fork 0

Md/gu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gms_center_json.go 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyafei 提交于 2022-11-13 10:54 . 抽出独立的结构
package gudbgms
type ServerInfo struct {
ServId int32 `json:"serv_id,string"`
ServName string `json:"serv_name"`
GameIp string `json:"game_ip"`
GamePort int32 `json:"game_port,string"`
GameRpcPort int32 `json:"game_rpc_port,string"`
OpenDate int64 `json:"open_date,string"`
Status int32 `json:"status,string"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/MikeDDD/gu.git
git@gitee.com:MikeDDD/gu.git
MikeDDD
gu
gu
v0.0.34

搜索帮助