add GatewayConf

This commit is contained in:
david.yan 2025-03-29 20:14:26 +08:00
parent 922cfd6a02
commit ca00b34e24
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ type MicroServiceConf struct {
Anonymous []string `yaml:"Anonymous"`
}
type GatewayConf struct {
Enable bool `yaml:"Enable"` // 是否启用网关服务
Port int `yaml:"Port"` // 服务监听端口
}
type ApmConf struct {
Name string // APM服务名称
Platform string `yaml:"Platform"` // APM平台apm,skywalking