10 lines
89 B
Go
10 lines
89 B
Go
package db
|
|
|
|
type Setting struct {
|
|
ID string
|
|
|
|
Key string
|
|
Value string
|
|
Stats Stats
|
|
}
|