1Panel/backend/configs/encrypt.go

6 lines
96 B
Go

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