liuxiaolong
2019-12-16 63873fc1fea408c201cef5cfedb3a9bdaeab5b4d
extend/config/config.go
@@ -29,6 +29,7 @@
   SudoPassword  string      `mapstructure: "sudoPassword"` //系统密码
   SysThresholds []threshold `mapstructure: "sysThresholds"`
   PTZSpeed      int         `mapstructure: "ptzSpeed"` // 云台移动速度
   PatchPath       string `mapstructure:"patchPath"`//系统更新包路径
}
var Server = &server{}