Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrafanaAuthorizer ¶
type GrafanaAuthorizer struct {
// contains filtered or unexported fields
}
func NewGrafanaAuthorizer ¶
func NewGrafanaAuthorizer(cfg *setting.Cfg, orgService orgsvc.Service) *GrafanaAuthorizer
func (*GrafanaAuthorizer) Authorize ¶
func (a *GrafanaAuthorizer) Authorize(ctx context.Context, attr authorizer.Attributes) (authorized authorizer.Decision, reason string, err error)
Authorize implements authorizer.Authorizer.
func (*GrafanaAuthorizer) Register ¶
func (a *GrafanaAuthorizer) Register(gv schema.GroupVersion, fn authorizer.Authorizer)
Click to show internal directories.
Click to hide internal directories.