MCPcopy
hub / github.com/keploy/keploy / ReportDB

Interface ReportDB

pkg/service/tools/service.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type ReportDB interface {
41 GetAllTestRunIDs(ctx context.Context) ([]string, error)
42 GetReport(ctx context.Context, testRunID string, testSetID string) (*models.TestReport, error)
43}

Callers

nothing calls this directly

Implementers 1

TestReportpkg/platform/yaml/reportdb/db.go

Calls

no outgoing calls

Tested by

no test coverage detected