https://github.com/grafana/grafana
Raw File
Tip revision: 01efcb3fbe4c0d3b75cfeab441c47eea0efe6ae6 authored by Jev Forsberg on 26 May 2023, 19:46:14 UTC
Docs: update Legacy alerting deprecation to pass doc-validator (#69192)
Tip revision: 01efcb3
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