Revision 4cee9109711bdcd46e464f290d870a5e6860c4e6 authored by Grot (@grafanabot) on 18 October 2022, 12:45:30 UTC, committed by GitHub on 18 October 2022, 12:45:30 UTC
1 parent 423643a
Raw File
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