feat(preferences): lots of refactoring and changes to #3214

This commit is contained in:
Torkel Ödegaard
2016-03-15 22:49:52 +01:00
parent e06756bcab
commit a88176e060
7 changed files with 66 additions and 102 deletions
+7
View File
@@ -0,0 +1,7 @@
package dtos
type Preferences struct {
Theme string `json:"theme"`
HomeDashboardId int64 `json:"homeDashboardId"`
Timezone string `json:"timezone"`
}