mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			340 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			340 B
		
	
	
	
		
			Go
		
	
	
	
package grafana
 | 
						|
 | 
						|
import (
 | 
						|
	"embed"
 | 
						|
)
 | 
						|
 | 
						|
// CueSchemaFS embeds all schema-related CUE files in the Grafana project.
 | 
						|
//
 | 
						|
//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
 | 
						|
var CueSchemaFS embed.FS
 |