encrypt.go 111 Bytes EditWeb IDE 1 2 3 4 5 package config type Encrypt struct { Key string `mapstructure:"key" json:"key" yaml:"key"` // 存储区域 }