From 9a037680cfa082c8a4cbd33feef71f19d3a196cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 1 Aug 2021 11:14:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=9B=86=E7=BE=A4ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/server_config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/serverconfigs/server_config.go b/pkg/serverconfigs/server_config.go index ff6a18d..297cdbc 100644 --- a/pkg/serverconfigs/server_config.go +++ b/pkg/serverconfigs/server_config.go @@ -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"` // 名称