* 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>
17 lines
189 B
CUE
17 lines
189 B
CUE
package grafanaplugin
|
|
|
|
import "github.com/grafana/thema"
|
|
|
|
Query: thema.#Lineage & {
|
|
name: "missing_kind_datasource"
|
|
seqs: [
|
|
{
|
|
schemas: [
|
|
{
|
|
foo: string
|
|
},
|
|
]
|
|
},
|
|
]
|
|
}
|