sunty
2024-09-03 b0f374409775bd30ed8f0dc8d47d015d3edc0abb
config/config.go
@@ -44,6 +44,7 @@
type api struct {
   Host      string `mapstructure: "host"`
   Port      string `mapstructure: "port"`
   TimeThreshold int    `mapstructure:"timeThreshold"`
   CsTimes   int    `mapstructure:"csTimes"`
   CsHours   int    `mapstructure:"csHours"`
   AInterval int    `mapstructure:"aInterval"`