整合admin

This commit is contained in:
liuxiaobo 2025-06-21 11:36:31 +08:00
parent b73c3e89dd
commit 7934253651

View File

@ -44,8 +44,6 @@ type ServiceNode struct {
Name string `json:"name"` // 服务名 多个同类服务依赖name区分:lobby1,lobby2,lobby3等等
Type string `json:"type"` // 服务类型:lobby, game, gate等等
Version string `json:"version"` // 版本号
MinMsgId int `json:"min_msg_id"` // 能处理的最小消息id
MaxMsgId int `json:"max_msg_id"` // 能处理的最大消息id
}
func (s ServiceNode) EtcdKey() string {