mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
2a178bd73c
* Copy over most of coremodel from intent-api branch * Fix import paths * Fix incorrect provider name * Add root compgen file, fixup componentroot.yaml * go mod tidy * Remove compgen for now * Add dashboard coremodel * Remove datasource coremodel, for now * Tweak comments on dashboard struct model * devenv: add dashboard testing directly * Fixup dashboard schema for openness, heatmap * Update Thema to tip * Fix wire/registry references * Fix hclog version
7 lines
95 B
Go
7 lines
95 B
Go
package dev_dashboards
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.json */*.json
|
|
var DevDashboardFS embed.FS
|