https://github.com/grafana/grafana
Raw File
Tip revision: 27e962b67a7469e10fee20435a80be3a5e93ae47 authored by Oscar Kilhed on 06 September 2023, 16:27:19 UTC
MSSQL: Add support for MI authentication to MSSQL (#73597)
Tip revision: 27e962b
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