Added Setting entity

This commit is contained in:
PB
2025-11-15 13:30:25 +01:00
parent bcc8de99db
commit 86341c21e1

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"`