Plugins: Refactor loader + finder to support multiple sourcing methods (#64735)

* it's cdn time

* tidy body closing

* auto signed

* fix close

* update log name

* remove comments
This commit is contained in:
Will Browne
2023-03-20 14:35:49 +01:00
committed by GitHub
parent eba2c7b522
commit ee2dd62a1f
25 changed files with 389 additions and 223 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ import (
"github.com/grafana/grafana/pkg/plugins"
)
type Resolver interface {
type Registry interface {
List(context.Context) []plugins.PluginSource
}