mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:01:48 +08:00
Plugins: Add validation stage to plugin loader pipeline (#73053)
* first pass * change validation signature * err tracking * fix * undo golden * 1 more * fix * adjust doc * add test helper * fix linter
This commit is contained in:
5
pkg/plugins/manager/pipeline/validation/doc.go
Normal file
5
pkg/plugins/manager/pipeline/validation/doc.go
Normal file
@ -0,0 +1,5 @@
|
||||
// Package validation defines the Validation stage of the plugin loader pipeline.
|
||||
//
|
||||
// The Validation stage must implement the Validator interface.
|
||||
|
||||
package validation
|
Reference in New Issue
Block a user