mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 18:02:30 +08:00
Chore: Move identity and errutil to apimachinery module (#89116)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package plugins
|
||||
|
||||
import "github.com/grafana/grafana/pkg/util/errutil"
|
||||
import "github.com/grafana/grafana/pkg/apimachinery/errutil"
|
||||
|
||||
var (
|
||||
errPluginNotRegisteredBase = errutil.NotFound("plugin.notRegistered",
|
||||
|
Reference in New Issue
Block a user