Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Option func(*TestReport) + func WithBundle(bdl *bundle.Bundle) Option + func WithDBClient(db *dao.DBClient) Option + type TestReport struct + func New(options ...Option) *TestReport + func (svc *TestReport) CreateTestReport(req apistructs.TestReportRecord) (uint64, error) + func (svc *TestReport) GetTestReportByID(id uint64) (apistructs.TestReportRecord, error) + func (svc *TestReport) ListTestReportByRequest(req apistructs.TestReportRecordListRequest) (apistructs.TestReportRecordData, error)