Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86341c21e1 |
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user