Compare commits

..

1 Commits

Author SHA1 Message Date
86341c21e1 Added Setting entity 2025-11-15 13:30:25 +01:00

View File

@@ -1,6 +1,6 @@
package config
type Config struct {
type Setting struct {
ID string `db:"id" json:"id"`
Name string `db:"name" json:"name"`
Value string `db:"value" json:"value"`