• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
new.go 309 Bytes
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"` // 存储区域
}