Chore: Implement requester in util pkg (#74105)

implement requester changes that do not impact functionality
This commit is contained in:
Jo
2023-08-31 09:46:55 +02:00
committed by GitHub
parent f97e1c81e6
commit dcf06658eb
3 changed files with 16 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ import (
"github.com/grafana/grafana/pkg/kinds/team"
"github.com/grafana/grafana/pkg/services/auth/identity"
"github.com/grafana/grafana/pkg/services/dashboards"
"github.com/grafana/grafana/pkg/services/user"
)
// Typed errors
@@ -160,7 +159,7 @@ type GetTeamMembersQuery struct {
TeamUID string
UserID int64
External bool
SignedInUser *user.SignedInUser
SignedInUser identity.Requester
}
// ----------------------