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:
@@ -17,7 +17,6 @@ const AlertDefinitionMaxTitleLength = 190
|
||||
// AlertingStore is the database interface used by the Alertmanager service.
|
||||
type AlertingStore interface {
|
||||
GetLatestAlertmanagerConfiguration(*models.GetLatestAlertmanagerConfigurationQuery) error
|
||||
GetAlertmanagerConfiguration(*models.GetAlertmanagerConfigurationQuery) error
|
||||
SaveAlertmanagerConfiguration(*models.SaveAlertmanagerConfigurationCmd) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user