Revision d49948c59f3c2783be178328c34e265cc6f5cff5 authored by Taewoo K on 25 January 2023, 16:32:35 UTC, committed by grafanabot on 25 January 2023, 16:34:39 UTC
(cherry picked from commit 069dc2d357b34aeb9f68d13a4e2aadfcd5ab68b0)
1 parent 2051c98
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
var CueSchemaFS embed.FS
back to top