1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Unstable. Still need to fix summary item times to not be all the same.

This commit is contained in:
Ferdinand Mütsch
2019-10-10 18:32:17 +02:00
parent b8122ce530
commit 3696622493
4 changed files with 16 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ type Summary struct {
type SummaryItem struct {
ID uint `json:"-" gorm:"primary_key"`
SummaryID uint `json:"-"`
Type uint8 `json:"-"`
Key string `json:"key"`
Total time.Duration `json:"total"`
}