mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
接入萤石摄像头后端
This commit is contained in:
@@ -45,6 +45,7 @@ type Config struct {
|
||||
Mqtt *Mqtt `yaml:"mqtt"`
|
||||
Casbin *Casbin `yaml:"casbin"`
|
||||
Gen *Gen `yaml:"gen"`
|
||||
Ys *Ys `yaml:"ys"`
|
||||
Log *Log `yaml:"log"`
|
||||
}
|
||||
|
||||
|
||||
6
pkg/config/ys.go
Normal file
6
pkg/config/ys.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type Ys struct {
|
||||
AppKey string `yaml:"appKey"`
|
||||
Secret string `yaml:"secret"`
|
||||
}
|
||||
Reference in New Issue
Block a user