https://github.com/grafana/grafana
Raw File
Tip revision: 18fc6b11682a73799bfdfb55c925d8261487de48 authored by Gilles De Mey on 18 July 2023, 16:06:15 UTC
initial commit
Tip revision: 18fc6b1
constraint.cue
package kind

import "github.com/grafana/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
back to top