• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
encrypt.go 111 Bytes
package config

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