mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:32:30 +08:00
Plugins: Plugins loader pipeline (#71438)
* discovery * flesh out * add docs * remove unused func * bootstrap stage * fix docs * update docs * undo unnecessary changes * add end tag * update doc * fix linter * fix * tidy * update docs * add class to filter func * apply PR feedback * fix test
This commit is contained in:
6
pkg/plugins/manager/pipeline/discovery/doc.go
Normal file
6
pkg/plugins/manager/pipeline/discovery/doc.go
Normal file
@ -0,0 +1,6 @@
|
||||
// Package discovery defines the first stage of the plugin loader pipeline.
|
||||
|
||||
// The Discovery stage must implement the Discoverer interface.
|
||||
// - Discover(ctx context.Context, src plugins.PluginSource) ([]*plugins.FoundBundle, error)
|
||||
|
||||
package discovery
|
Reference in New Issue
Block a user