Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IHealthService ¶
type IHealthService interface {
HealthCheck(ctx context.Context, request *reporter.HealthRequest) *reporter.CommonReportResponse
}
func NewHealthService ¶
func NewHealthService(config *config.ReporterConfig) IHealthService
type IReportService ¶
type IReportService interface {
ReportProgress(ctx context.Context, request *reporter.ReportProgressRequest, taskID string) *reporter.CommonReportResponse
}
func NewReportService ¶
func NewReportService(config *config.ReporterConfig) IReportService
Click to show internal directories.
Click to hide internal directories.