mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 14:22:49 +08:00
Feature: Allow to skip plugin loading (#74840)
This commit is contained in:

committed by
GitHub

parent
05f01dee0c
commit
96b55ea37c
@ -1,8 +1,6 @@
|
||||
package backendplugin
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrPluginNotRegistered error returned when plugin is not registered.
|
||||
|
Reference in New Issue
Block a user