Worked on home dashboard

This commit is contained in:
Torkel Ödegaard
2015-02-03 15:04:35 +01:00
parent bd470abcf0
commit 42a5aefb23
6 changed files with 46 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ type CurrentUser struct {
type DashboardMeta struct {
IsStarred bool `json:"isStarred"`
IsHome bool `json:"isHome"`
}
type Dashboard struct {