Implement settingsservice

This commit is contained in:
2024-08-09 15:16:02 +02:00
parent d6e00316bc
commit 56e0ef49a0
8 changed files with 61 additions and 7 deletions

View File

@@ -3,11 +3,6 @@ package main
import "time"
type (
Setting struct {
key string
value string
}
Food struct {
rowid int
date time.Time