https://github.com/grafana/grafana
Raw File
Tip revision: 3147ed073cd26bfc3162d4fa0a5038379f018606 authored by Ryan McKinley on 22 May 2023, 21:51:23 UTC
update name
Tip revision: 3147ed0
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