api/config/config.go

8 lines
94 B
Go
Raw Normal View History

package config
var (
AppInfo appInfo
LokiConfig lokiConfig
NacosConfig nacosConfig
)