GRN parsing service (#56750)
* GRN parsing service * move GRN package into infra and update fields * remove orgID from GRNs (collapse into tenantID)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package grn
|
||||
|
||||
import (
|
||||
"github.com/grafana/grafana/pkg/util/errutil"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrInvalidGRN = errutil.NewBase(errutil.StatusValidationFailed, "grn.InvalidGRN")
|
||||
)
|
||||
Reference in New Issue
Block a user