Files
houston-be/pkg/monitoringService/monitoring_service_client_interface.go
2023-12-12 11:08:19 +05:30

11 lines
239 B
Go

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