BUild fix (#319)
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
type ChannelUtil struct {
|
||||
}
|
||||
|
||||
func (util *ChannelUtil) CreateGrafanaImageResponseChannel() chan service.GrafanaImageFetchResponse {
|
||||
return make(chan service.GrafanaImageFetchResponse)
|
||||
func (util *ChannelUtil) CreateGrafanaImageResponseChannel() chan service.MonitoringServiceClientResponse {
|
||||
return make(chan service.MonitoringServiceClientResponse)
|
||||
}
|
||||
|
||||
func NewChannelUtil() *ChannelUtil {
|
||||
|
||||
@@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
type IChannelUtil interface {
|
||||
CreateGrafanaImageResponseChannel() chan service.GrafanaImageFetchResponse
|
||||
CreateGrafanaImageResponseChannel() chan service.MonitoringServiceClientResponse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user