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

View File

@@ -146,3 +146,8 @@ type GetDashboardTagsQuery struct {
OrgId int64
Result []*DashboardTagCloudItem
}
type GetDashboardsQuery struct {
DashboardIds []int64
Result *[]Dashboard
}