https://github.com/grafana/grafana
Raw File
Tip revision: 054fa6126e941b34a64b0cb385c04211deadbbab authored by Jev Forsberg on 12 July 2024, 16:54:03 UTC
Automation: Verify DEB and RPM packages (#90146)
Tip revision: 054fa61
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