mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
566d0a7148
* Replace hardcoded 'dashboard' references * Only embed cue.mod/module.cue * Add quotes
11 lines
276 B
Go
11 lines
276 B
Go
package grafana
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
// CueSchemaFS embeds all schema-related CUE files in the Grafana project.
|
|
//
|
|
//go:embed cue.mod/module.cue packages/grafana-schema/src/schema/*.cue public/app/plugins/*/*/*.cue public/app/plugins/*/*/plugin.json
|
|
var CueSchemaFS embed.FS
|