Documentation ¶
Index ¶
- type Option
- type ReportSvc
- func (svc *ReportSvc) Create(req apistructs.PipelineReportCreateRequest) (*apistructs.PipelineReport, error)
- func (svc *ReportSvc) GetPipelineReportSet(pipelineID uint64, types ...string) (*apistructs.PipelineReportSet, error)
- func (svc *ReportSvc) PagingPipelineReportSets(req apistructs.PipelineReportSetPagingRequest) (*apistructs.PipelineReportSetPagingResponseData, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportSvc ¶
type ReportSvc struct {
// contains filtered or unexported fields
}
func (*ReportSvc) Create ¶
func (svc *ReportSvc) Create(req apistructs.PipelineReportCreateRequest) (*apistructs.PipelineReport, error)
func (*ReportSvc) GetPipelineReportSet ¶
func (svc *ReportSvc) GetPipelineReportSet(pipelineID uint64, types ...string) (*apistructs.PipelineReportSet, error)
func (*ReportSvc) PagingPipelineReportSets ¶
func (svc *ReportSvc) PagingPipelineReportSets(req apistructs.PipelineReportSetPagingRequest) (*apistructs.PipelineReportSetPagingResponseData, error)
Click to show internal directories.
Click to hide internal directories.