https://github.com/grafana/grafana
Raw File
Tip revision: 139e87f64761948d97a282a8f516f8457687464f authored by Hamas Shafiq on 06 September 2022, 15:23:32 UTC
Merge branch 'main' into convert-TimelineHeaderRow-to-rtl
Tip revision: 139e87f
embed.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 pkg/framework/coremodel/*.cue
var CueSchemaFS embed.FS
back to top