• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
search.go 114 Bytes
package config

type Search struct {
	Host string `mapstructure:"host" json:"host" yaml:"host"` // 存储区域
}