mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 23:42:13 +08:00

* first pass * change validation signature * err tracking * fix * undo golden * 1 more * fix * adjust doc * add test helper * fix linter
6 lines
187 B
Go
6 lines
187 B
Go
// Package initialization defines the Initialization stage of the plugin loader pipeline.
|
|
//
|
|
// The Initialization stage must implement the Initializer interface.
|
|
|
|
package initialization
|