mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
7 lines
141 B
Go
7 lines
141 B
Go
package models
|
|
|
|
type Settings struct {
|
|
UserID int `json:"userId"`
|
|
Settings map[string]interface{} `json:"settings"`
|
|
}
|