mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -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"))
|