Documentation ¶
Index ¶
- type Option
- type 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestReport ¶
type TestReport struct {
// contains filtered or unexported fields
}
func New ¶
func New(options ...Option) *TestReport
func (*TestReport) CreateTestReport ¶
func (svc *TestReport) CreateTestReport(req apistructs.TestReportRecord) (uint64, error)
func (*TestReport) GetTestReportByID ¶
func (svc *TestReport) GetTestReportByID(id uint64) (apistructs.TestReportRecord, error)
func (*TestReport) ListTestReportByRequest ¶
func (svc *TestReport) ListTestReportByRequest(req apistructs.TestReportRecordListRequest) (apistructs.TestReportRecordData, error)
Click to show internal directories.
Click to hide internal directories.