https://github.com/grafana/grafana
Raw File
Tip revision: 27c36155f5c91896586e9658cc17110ffcf16847 authored by suntala on 26 July 2023, 14:58:16 UTC
Chore: Upgrade Go to 1.21rc3
Tip revision: 27c3615
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