mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 20:11:27 +08:00
优化功能,通知功能,任务功能
This commit is contained in:
11
base/config/gen.go
Normal file
11
base/config/gen.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
/**
|
||||
* @Description
|
||||
* @Author Panda
|
||||
* @Date 2021/12/31 15:13
|
||||
**/
|
||||
type Gen struct {
|
||||
Dbname string `mapstructure:"dbname" json:"dbname" yaml:"dbname"`
|
||||
Frontpath string `mapstructure:"frontpath" json:"frontpath" yaml:"frontpath"`
|
||||
}
|
||||
Reference in New Issue
Block a user