zhangzengfei
2024-08-22 b93d95a77ae3681a8c97859f446644190e84170e
config/config.go
@@ -60,9 +60,10 @@
// 梯控设备
type nvcs struct {
   Model string `mapstructure:"model"` // 型号
   Port  string `mapstructure:"port"`  // 端口
   OSD   string `mapstructure:"osd"`
   Model    string `mapstructure:"model"` // 型号
   Port     string `mapstructure:"port"`  // 端口
   OSD      string `mapstructure:"osd"`
   RunState bool   `mapstructure:"run-state"`
}
type rateLimitConfig struct {