zhangzengfei
2024-05-22 b2e15ea67c6c73003f1c17c51451d62c586cf5c6
config/config.go
@@ -52,8 +52,9 @@
// 梯控设备
type nvcs struct {
   Model string // 型号
   Port  string // 端口
   Model string `mapstructure:"model"` // 型号
   Port  string `mapstructure:"port"`  // 端口
   OSD   string `mapstructure:"osd"`
}
type rateLimitConfig struct {