Files
grafana/pkg/apis/alerting_notifications/v0alpha1/templategroup_spec.go
2024-09-25 09:31:57 -04:00

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"`
}