mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
9 lines
199 B
Go
9 lines
199 B
Go
package v0alpha1
|
|
|
|
// TemplateGroupSpec defines model for TemplateGroupSpec.
|
|
// +k8s:openapi-gen=true
|
|
type TemplateGroupSpec struct {
|
|
Title string `json:"title"`
|
|
Content string `json:"content"`
|
|
}
|