mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removes unused db method (#34082)
This commit is contained in:
@@ -18,13 +18,6 @@ type GetLatestAlertmanagerConfigurationQuery struct {
|
||||
Result *AlertConfiguration
|
||||
}
|
||||
|
||||
// GetAlertmanagerConfigurationQuery is the query to get the latest alertmanager configuration.
|
||||
type GetAlertmanagerConfigurationQuery struct {
|
||||
ID int64
|
||||
|
||||
Result *AlertConfiguration
|
||||
}
|
||||
|
||||
// SaveAlertmanagerConfigurationCmd is the command to save an alertmanager configuration.
|
||||
type SaveAlertmanagerConfigurationCmd struct {
|
||||
AlertmanagerConfiguration string
|
||||
|
||||
Reference in New Issue
Block a user