Files
grafana/pkg/services/authn/authnimpl/service.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

9 lines
135 B
Go

package authnimpl
import "github.com/grafana/grafana/pkg/services/authn"
var _ authn.Service = new(Service)
type Service struct {
}