ai.go 399 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7 8
package config

type Ai struct {
	Host     string `mapstructure:"host" json:"host" yaml:"host"`             // 存储区域
	Hostnew  string `mapstructure:"hostnew" json:"hostnew" yaml:"hostnew"`    // 存储区域
	Hostfrac string `mapstructure:"hostfrac" json:"hostfrac" yaml:"hostfrac"` // 存储区域
	Token    string `mapstructure:"token" json:"token" yaml:"token"`          // 存储区域
}