Incident Service Integration with monitoring service client for Houston-Krakatoa integration (#302)
11 lines
233 B
Go
11 lines
233 B
Go
package monitoringService
|
|
|
|
import (
|
|
service "houston/service/response"
|
|
)
|
|
|
|
type MonitoringServiceActions interface {
|
|
GetGrafanaImages(incidents []string, requestId string,
|
|
responseChannel chan service.GrafanaImageFetchResponse)
|
|
}
|