new.go 309 Bytes EditWeb IDE 1 2 3 4 5 6 7 package config type New struct { Host string `mapstructure:"host" json:"host" yaml:"host"` // 存储区域 Phone string `mapstructure:"phone" json:"phone" yaml:"phone"` // 存储区域 Password string `mapstructure:"password" json:"password" yaml:"password"` // 存储区域 }