Files
grafana/pkg/services/authn/authntest/fake.go
T
Karl Persson 17ec4089dc 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
2022-11-29 10:57:47 +01:00

8 lines
118 B
Go

package authntest
import "github.com/grafana/grafana/pkg/services/authn"
type FakeService struct {
authn.Service
}