Access Control: Pass db session to hooks (#44428)

* Move hook calls to database and pass session
This commit is contained in:
Karl Persson
2022-01-25 17:12:00 +01:00
committed by GitHub
parent 9ab9fd802b
commit de2c5783fa
13 changed files with 138 additions and 127 deletions
+1
View File
@@ -237,6 +237,7 @@ type SetResourcePermissionCommand struct {
Actions []string
Resource string
ResourceID string
Permission string
}
type GetResourcesPermissionsQuery struct {