mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 00:22:36 +08:00

* first pass * migrate tests * simplify * fix comments * fix linter * nil checks * remove comment
7 lines
265 B
Go
7 lines
265 B
Go
// Package initialization defines the fourth stage of the plugin loader pipeline.
|
|
//
|
|
// The Initialization stage must implement the Initializer interface.
|
|
// - Initialize(ctx context.Context, ps []*plugins.Plugin) ([]*plugins.Plugin, error)
|
|
|
|
package initialization
|