summaryrefslogtreecommitdiff
path: root/internal/models/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models/types.go')
-rw-r--r--internal/models/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/models/types.go b/internal/models/types.go
index 194eca9..0b025ce 100644
--- a/internal/models/types.go
+++ b/internal/models/types.go
@@ -175,6 +175,7 @@ func (cm *CacheMetadata) IsCacheValid() bool {
// DashboardData aggregates all data for the main view
type DashboardData struct {
Tasks []Task `json:"tasks"`
+ GoogleTasks []GoogleTask `json:"google_tasks,omitempty"`
Meals []Meal `json:"meals"`
Boards []Board `json:"boards,omitempty"`
TrelloTasks []Card `json:"trello_tasks,omitempty"`