节点配置增加产品信息

This commit is contained in:
刘祥超
2022-01-09 10:44:26 +08:00
parent 8517eec344
commit 7f53af08e6
4 changed files with 15 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const (
DefaultTCPPortRangeMax = 40000
)
// 服务相关的全局设置
// GlobalConfig 服务相关的全局设置
type GlobalConfig struct {
// HTTP & HTTPS相关配置
HTTPAll struct {