mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:02:12 +08:00
Plugins: Rename oauth package to auth (#75611)
* Plugins: Rename oauth package to auth * Missed one comment
This commit is contained in:
@ -4,7 +4,7 @@ import (
|
||||
"github.com/grafana/grafana-plugin-sdk-go/backend"
|
||||
|
||||
"github.com/grafana/grafana/pkg/plugins"
|
||||
"github.com/grafana/grafana/pkg/plugins/oauth"
|
||||
"github.com/grafana/grafana/pkg/plugins/auth"
|
||||
)
|
||||
|
||||
type Plugin struct {
|
||||
@ -35,7 +35,7 @@ type Plugin struct {
|
||||
// This will be moved to plugin.json when we have general support in gcom
|
||||
Alias string
|
||||
|
||||
ExternalService *oauth.ExternalService
|
||||
ExternalService *auth.ExternalService
|
||||
}
|
||||
|
||||
func (p Plugin) SupportsStreaming() bool {
|
||||
|
Reference in New Issue
Block a user