mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 00:17:09 +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/bootstrap/doc.go
Normal file
6
pkg/plugins/manager/pipeline/bootstrap/doc.go
Normal file
@ -0,0 +1,6 @@
|
||||
// Package bootstrap defines the second stage of the plugin loader pipeline.
|
||||
//
|
||||
// The Bootstrap stage must implement the Bootstrapper interface.
|
||||
// - Bootstrap(ctx context.Context, src plugins.PluginSource, bundles []*plugins.FoundBundle) ([]*plugins.Plugin, error)
|
||||
|
||||
package bootstrap
|
Reference in New Issue
Block a user