mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user