Files
houston-be/common/util/channel/channel_util_interface.go
2023-12-12 11:08:19 +05:30

10 lines
179 B
Go

package channel
import (
service "houston/service/response"
)
type IChannelUtil interface {
CreateGrafanaImageResponseChannel() chan service.MonitoringServiceClientResponse
}