mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
4db3b2fd5c
* kindsys: Remove defs, Slot->SchemaInterface * Remove excess file * Fix up tests * Regenerate kinds report * Final bits of cleanup * Stop complaining, linter * Update pkg/kindsys/kindcat_composable.cue Co-authored-by: Tania <yalyna.ts@gmail.com> Co-authored-by: Tania <yalyna.ts@gmail.com>
8 lines
217 B
CUE
8 lines
217 B
CUE
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
|