2021-04-08 16:11:11 +08:00
|
|
|
package grafana
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"embed"
|
|
|
|
|
)
|
|
|
|
|
|
2022-06-07 08:52:44 +08:00
|
|
|
// CueSchemaFS embeds all schema-related CUE files in the Grafana project.
|
2021-04-08 16:11:11 +08:00
|
|
|
//
|
2023-01-20 17:41:35 +08:00
|
|
|
//go:embed cue.mod/module.cue kinds/*.cue kinds/*/*.cue packages/grafana-schema/src/common/*.cue public/app/plugins/*/*/*.cue public/app/plugins/*/*/plugin.json pkg/kindsys/*.cue pkg/plugins/*/*.cue
|
2022-06-07 08:52:44 +08:00
|
|
|
var CueSchemaFS embed.FS
|