feat: 初始化路由组
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
||||
package config
|
||||
|
||||
type System struct {
|
||||
Port int `mapstructure:"port" json:"port" yaml:"port"`
|
||||
DbType string `mapstructure:"db-type" json:"db-type" yaml:"db-type"`
|
||||
Addr int `mapstructure:"addr" json:"addr" yaml:"addr"`
|
||||
DbType string `mapstructure:"db-type" json:"db-type" yaml:"db-type"`
|
||||
RouterPrefix string `mapstructure:"router-prefix" json:"router-prefix" yaml:"router-prefix"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user