2021-04-08 04:11:11 -04:00
|
|
|
package grafana
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"embed"
|
|
|
|
|
)
|
|
|
|
|
|
2022-06-06 20:52:44 -04:00
|
|
|
// CueSchemaFS embeds all schema-related CUE files in the Grafana project.
|
2021-04-08 04:11:11 -04:00
|
|
|
//
|
2024-03-21 11:11:29 +01:00
|
|
|
//go:embed cue.mod/module.cue
|
2022-06-06 20:52:44 -04:00
|
|
|
var CueSchemaFS embed.FS
|