mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
nice little popover
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
// Settings are stored in the database as key-value pairs.
|
||||
type Settings struct {
|
||||
Key string `json:"key" gorm:"primaryKey"`
|
||||
Value string `json:"value"`
|
||||
}
|
||||
Reference in New Issue
Block a user