✨ change settings
This commit is contained in:
@ -14,8 +14,9 @@ type SettingItem struct {
|
||||
Key string `json:"key" gorm:"primaryKey" validate:"required"`
|
||||
Value string `json:"value"`
|
||||
Description string `json:"description"`
|
||||
//Type string `json:"type"`
|
||||
Type string `json:"type"`
|
||||
Group int `json:"group"`
|
||||
Values string `json:"values"`
|
||||
}
|
||||
|
||||
func SaveSettings(items []SettingItem) error {
|
||||
|
Reference in New Issue
Block a user