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