mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Simplify function signature for GetLatestAlertmanagerConfiguration (#79392)
This commit is contained in:
@@ -36,7 +36,7 @@ type ExternalAlertmanagerProvider interface {
|
||||
}
|
||||
|
||||
type AlertingStore interface {
|
||||
GetLatestAlertmanagerConfiguration(ctx context.Context, query *models.GetLatestAlertmanagerConfigurationQuery) (*models.AlertConfiguration, error)
|
||||
GetLatestAlertmanagerConfiguration(ctx context.Context, orgID int64) (*models.AlertConfiguration, error)
|
||||
}
|
||||
|
||||
type RuleAccessControlService interface {
|
||||
|
||||
Reference in New Issue
Block a user