mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:32:24 +08:00

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