Chore: delete team related entries for an org after the org gets deleted (#76706)

* delete team related entries for an org after the org gets deleted

* fix tests

* one more test fix
This commit is contained in:
Ieva
2023-10-18 10:40:26 +01:00
committed by GitHub
parent 42f5e42b54
commit 1fc375855c
5 changed files with 28 additions and 2 deletions

View File

@@ -22,4 +22,5 @@ type Service interface {
RemoveOrgUser(context.Context, *RemoveOrgUserCommand) error
GetOrgUsers(context.Context, *GetOrgUsersQuery) ([]*OrgUserDTO, error)
SearchOrgUsers(context.Context, *SearchOrgUsersQuery) (*SearchOrgUsersQueryResult, error)
RegisterDelete(query string)
}