BUild fix (#319)

This commit is contained in:
Vijay Joshi
2023-12-12 11:08:19 +05:30
committed by GitHub
parent 662a7c3446
commit bcb352b5b6
4 changed files with 9 additions and 9 deletions

View File

@@ -6,5 +6,5 @@ import (
type MonitoringServiceActions interface {
GetGrafanaImages(incidents []string, requestId string,
responseChannel chan service.GrafanaImageFetchResponse)
responseChannel chan service.MonitoringServiceClientResponse)
}