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

type Common struct {
	Type string `mapstructure:"type" json:"type" yaml:"type"` // 存储区域
}