package config type Encrypt struct { Key string `mapstructure:"key" json:"key" yaml:"key"` // 存储区域 }