Files
PandaX/pkg/config/gen.go
2022-08-19 17:58:02 +08:00

12 lines
253 B
Go

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"`
}