| 
									
										
										
										
											2021-04-08 16:11:11 +08:00
										 |  |  | package grafana | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import ( | 
					
						
							|  |  |  | 	"embed" | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-25 18:55:04 +08:00
										 |  |  | // CoreSchema embeds all core CUE files, which live in packages/grafana-schema/src
 | 
					
						
							| 
									
										
										
										
											2021-04-08 16:11:11 +08:00
										 |  |  | //
 | 
					
						
							| 
									
										
										
										
											2021-09-18 04:17:55 +08:00
										 |  |  | //go:embed cue.mod cue packages/grafana-schema/src/schema/*.cue packages/grafana-schema/src/scuemata/*/*.cue packages/grafana-schema/src/scuemata/*/*/*.cue
 | 
					
						
							| 
									
										
										
										
											2021-04-08 16:11:11 +08:00
										 |  |  | var CoreSchema embed.FS | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-18 04:17:55 +08:00
										 |  |  | // PluginSchema embeds all expected plugin CUE files and plugin metadata from
 | 
					
						
							|  |  |  | // within the public/app/plugins subdirectory.
 | 
					
						
							|  |  |  | //
 | 
					
						
							| 
									
										
										
										
											2021-04-08 16:11:11 +08:00
										 |  |  | //go:embed public/app/plugins/*/*/*.cue public/app/plugins/*/*/plugin.json
 | 
					
						
							| 
									
										
										
										
											2021-09-18 04:17:55 +08:00
										 |  |  | var PluginSchema embed.FS |