mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Add settings persistance on backend
This commit is contained in:
6
backend/internal/models/settings.go
Normal file
6
backend/internal/models/settings.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Settings struct {
|
||||
UserID int `json:"userId"`
|
||||
Settings map[string]interface{} `json:"settings"`
|
||||
}
|
||||
Reference in New Issue
Block a user