https://github.com/grafana/grafana
Raw File
Tip revision: 385e88258d8f46060669432436490fdef1db7583 authored by arunkg2787 on 28 July 2023, 18:48:12 UTC
Update index.md
Tip revision: 385e882
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