Home
last modified time | relevance | path

Searched defs:PauseAllAlertCommand (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dalert.go145 type PauseAllAlertCommand struct { struct
146 ResultCount int64
147 Paused bool
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert.go381 func PauseAllAlerts(ctx context.Context, cmd *models.PauseAllAlertCommand) error {