feat: 添加系统配置信息:运行端口,dbType
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type System struct {
|
||||
Port int `mapstructure:"port" json:"port" yaml:"port"`
|
||||
DbType string `mapstructure:"db-type" json:"db-type" yaml:"db-type"`
|
||||
}
|
||||
Reference in New Issue
Block a user