mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Features: Add aplha feature toggle for authn service (#59469)
* Features: Add aplha feature toggle for authn service * AuthN: Add service boilerplate * Set authnz-team as codeowners of authn service
This commit is contained in:
7
pkg/services/authn/authntest/fake.go
Normal file
7
pkg/services/authn/authntest/fake.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package authntest
|
||||
|
||||
import "github.com/grafana/grafana/pkg/services/authn"
|
||||
|
||||
type FakeService struct {
|
||||
authn.Service
|
||||
}
|
||||
Reference in New Issue
Block a user