mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
9256a520a4
* chore: move user_auth models to (mostly) login service
8 lines
149 B
Go
8 lines
149 B
Go
package ldap
|
|
|
|
type TeamOrgGroupDTO struct {
|
|
TeamName string `json:"teamName"`
|
|
OrgName string `json:"orgName"`
|
|
GroupDN string `json:"groupDN"`
|
|
}
|