mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
0d9389e1f4
* Extend template and generate * Generate and fix up alertmanager endpoints * Prometheus routes * fix up Testing endpoints * touch up ruler API * Update provisioning and fix 500 * Drop dead code * Remove more dead code * Resolve merge conflicts
7 lines
148 B
Go
7 lines
148 B
Go
package provisioning
|
|
|
|
import "fmt"
|
|
|
|
var ErrValidation = fmt.Errorf("invalid object specification")
|
|
var ErrNotFound = fmt.Errorf("object not found")
|