Files
grafana/pkg/services/ngalert/api/tooling/definitions/shared.go
T
Grot (@grafanabot) 83b73db401 Alerting: Fix swagger specification (#49273) (#49687)
* Alerting: fix specification

* Update merged swagger specification

(cherry picked from commit 7cf321d7bd)

Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2022-05-26 13:56:23 +02:00

8 lines
97 B
Go

package definitions
// swagger:model
type NotFound struct{}
// swagger:model
type Ack struct{}