refactoring dashboad folder acl checks

This commit is contained in:
Torkel Ödegaard
2017-06-19 11:54:37 -04:00
21 changed files with 311 additions and 277 deletions
-8
View File
@@ -192,11 +192,3 @@ type GetDashboardSlugByIdQuery struct {
Id int64
Result string
}
type GetAllowedDashboardsQuery struct {
UserId int64
OrgId int64
DashList []int64
Result []int64
}