mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
6afad51761
* Move SignedInUser to user service and RoleType and Roles to org * Use go naming convention for roles * Fix some imports and leftovers * Fix ldap debug test * Fix lint * Fix lint 2 * Fix lint 3 * Fix type and not needed conversion * Clean up messages in api tests * Clean up api tests 2
9 lines
156 B
Go
9 lines
156 B
Go
package models
|
|
|
|
import "github.com/grafana/grafana/pkg/services/user"
|
|
|
|
type SetUserHelpFlagCommand struct {
|
|
HelpFlags1 user.HelpFlags1
|
|
UserId int64
|
|
}
|