mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Kindsys: Remove Raw kind category (#60992)
* Remove Raw references * Remove more raws * Re-generate files * Remove raw folder from veneer * Fix import * Fix lint * Bring back raw folder in grafana-schema * Another lint * Remove use of "Structured" word in kinds * Delete unused function and remove some structured words * Bunch more removals of structured name Co-authored-by: sam boyer <sdboyer@grafana.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package kind
|
||||
|
||||
import "github.com/grafana/grafana/pkg/kindsys"
|
||||
|
||||
// In each child directory, the set of .cue files with 'package kind'
|
||||
// must be an instance of kindsys.#Core - a declaration of a core kind.
|
||||
kindsys.#Core
|
||||
Reference in New Issue
Block a user