sunty
2024-05-26 d6a49ae26c8723d737e36d1ee544b2edafdae501
config/config.go
@@ -39,8 +39,11 @@
}
type api struct {
   Host string `mapstructure: "host"`
   Port string `mapstructure: "port"`
   Host      string `mapstructure: "host"`
   Port      string `mapstructure: "port"`
   CsTimes   int    `mapstructure:"csTimes"`
   CsHours   int    `mapstructure:"csHours"`
   AInterval int    `mapstructure:"aInterval"`
}
var LogConf = &LogConfig{}