gateway/config/config.go
2021-09-07 14:25:39 +08:00

7 lines
67 B
Go

package config
var (
AppInfo appInfo
LokiConfig lokiConfig
)