https://github.com/grafana/grafana
Raw File
Tip revision: 0bcf47278e8ccfa29254228ee080c34ad9dfa113 authored by Misi on 03 August 2023, 07:13:23 UTC
Auth: Add key_id config param to auth.jwt (#72711)
Tip revision: 0bcf472
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