removes unused db method (#34082)

This commit is contained in:
Owen Diehl
2021-05-13 14:28:10 -04:00
committed by GitHub
parent baca873a84
commit fc90c36d50
3 changed files with 0 additions and 35 deletions

View File

@@ -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
}