mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-26 15:09:37 +08:00
代码生成
This commit is contained in:
@@ -20,7 +20,7 @@ func (m *Mysql) Dsn() string {
|
||||
|
||||
type Postgresql struct {
|
||||
Host string `mapstructure:"host" json:"host" yaml:"host"`
|
||||
Port string `mapstructure:"port" json:"port" yaml:"port"`
|
||||
Port int `mapstructure:"port" json:"port" yaml:"port"`
|
||||
Dbname string `mapstructure:"db-name" json:"dbname" yaml:"db-name"`
|
||||
Username string `mapstructure:"username" json:"username" yaml:"username"`
|
||||
Password string `mapstructure:"password" json:"password" yaml:"password"`
|
||||
|
||||
Reference in New Issue
Block a user