17ec4089dc
* Features: Add aplha feature toggle for authn service * AuthN: Add service boilerplate * Set authnz-team as codeowners of authn service
9 lines
135 B
Go
9 lines
135 B
Go
package authnimpl
|
|
|
|
import "github.com/grafana/grafana/pkg/services/authn"
|
|
|
|
var _ authn.Service = new(Service)
|
|
|
|
type Service struct {
|
|
}
|