style(playlist): move dashboard access to dashboard.go

This commit is contained in:
bergquist
2016-01-29 01:41:23 +01:00
parent 64a18874e1
commit d27bb4d3fb
5 changed files with 24 additions and 24 deletions
+5
View File
@@ -146,3 +146,8 @@ type GetDashboardTagsQuery struct {
OrgId int64
Result []*DashboardTagCloudItem
}
type GetDashboardsQuery struct {
DashboardIds []int64
Result *[]Dashboard
}
-5
View File
@@ -119,8 +119,3 @@ type GetPlaylistItemsByIdQuery struct {
PlaylistId int64
Result *[]PlaylistItem
}
type GetPlaylistDashboardsQuery struct {
DashboardIds []int64
Result *PlaylistDashboards
}