服务配置增加集群ID

This commit is contained in:
刘祥超
2021-08-01 11:14:13 +08:00
parent b908a8de60
commit 9a037680cf

View File

@@ -9,6 +9,7 @@ import (
type ServerConfig struct {
Id int64 `yaml:"id" json:"id"` // ID
ClusterId int64 `yaml:"clusterId" json:"clusterId"` // 集群ID
Type string `yaml:"type" json:"type"` // 类型
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
Name string `yaml:"name" json:"name"` // 名称