Files
houston-be/pkg/monitoringService/monitoring_service_client_interface.go
Vijay Joshi 120d508a05 Incident Service Integration with monitoring service client for Houston-Krakatoa integration (#302)
Incident Service Integration with monitoring service client for Houston-Krakatoa integration (#302)
2023-12-05 15:49:13 +05:30

11 lines
233 B
Go

package monitoringService
import (
service "houston/service/response"
)
type MonitoringServiceActions interface {
GetGrafanaImages(incidents []string, requestId string,
responseChannel chan service.GrafanaImageFetchResponse)
}