package configs

type Encrypt struct {
	Key string `mapstructure:"key" json:"key" yaml:"key"`
}