mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Kindsys: Remove defs, Slot->SchemaInterface (#61069)
* 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>
This commit is contained in:
@@ -3,5 +3,5 @@ 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
|
||||
// must be an instance of kindsys.Core - a declaration of a core kind.
|
||||
kindsys.Core
|
||||
|
||||
Reference in New Issue
Block a user