mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add orguser methods to org service interface (#55668)
* Move role types to a separate package * Make role type singular and remove _ from directory name * Add orguser methods to org service * Fix fake method
This commit is contained in:
@@ -21,4 +21,6 @@ type Service interface {
|
||||
AddOrgUser(context.Context, *AddOrgUserCommand) error
|
||||
UpdateOrgUser(context.Context, *UpdateOrgUserCommand) error
|
||||
RemoveOrgUser(context.Context, *RemoveOrgUserCommand) error
|
||||
GetOrgUsers(context.Context, *GetOrgUsersQuery) ([]*OrgUserDTO, error)
|
||||
SearchOrgUsers(context.Context, *SearchOrgUsersQuery) (*SearchOrgUsersQueryResult, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user