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

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