mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
8 lines
207 B
Go
8 lines
207 B
Go
package dashboardsnapshots
|
|
|
|
import (
|
|
"github.com/grafana/grafana/pkg/util/errutil"
|
|
)
|
|
|
|
var ErrBaseNotFound = errutil.NotFound("dashboardsnapshots.not-found", errutil.WithPublicMessage("Snapshot not found"))
|