mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
LDAP: Use an interface instead of a bus to get group teams (#42165)
* Remove bus for GetTeams for LDAP * Fix lint
This commit is contained in:
@@ -120,8 +120,3 @@ type TeamOrgGroupDTO struct {
|
||||
OrgName string `json:"orgName"`
|
||||
GroupDN string `json:"groupDN"`
|
||||
}
|
||||
|
||||
type GetTeamsForLDAPGroupCommand struct {
|
||||
Groups []string
|
||||
Result []TeamOrgGroupDTO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user