整合admin
This commit is contained in:
parent
b73c3e89dd
commit
7934253651
@ -44,8 +44,6 @@ type ServiceNode struct {
|
|||||||
Name string `json:"name"` // 服务名 多个同类服务依赖name区分:lobby1,lobby2,lobby3等等
|
Name string `json:"name"` // 服务名 多个同类服务依赖name区分:lobby1,lobby2,lobby3等等
|
||||||
Type string `json:"type"` // 服务类型:lobby, game, gate等等
|
Type string `json:"type"` // 服务类型:lobby, game, gate等等
|
||||||
Version string `json:"version"` // 版本号
|
Version string `json:"version"` // 版本号
|
||||||
MinMsgId int `json:"min_msg_id"` // 能处理的最小消息id
|
|
||||||
MaxMsgId int `json:"max_msg_id"` // 能处理的最大消息id
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s ServiceNode) EtcdKey() string {
|
func (s ServiceNode) EtcdKey() string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user