服务配置增加集群ID

This commit is contained in:
GoEdgeLab
2021-08-01 11:14:13 +08:00
parent 6bf3924d63
commit 4acaef0829

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"` // 名称