17ec4089dc
* Features: Add aplha feature toggle for authn service * AuthN: Add service boilerplate * Set authnz-team as codeowners of authn service
8 lines
118 B
Go
8 lines
118 B
Go
package authntest
|
|
|
|
import "github.com/grafana/grafana/pkg/services/authn"
|
|
|
|
type FakeService struct {
|
|
authn.Service
|
|
}
|