Versions in this module Expand all Collapse all v0 v0.17.0 Apr 30, 2024 v0.16.0 Nov 9, 2023 Changes in this version + func DeserialiseReport(filename string) (*jsonReporter, error) + func NewJSONReporter(filename, platform, version string) *jsonReporter + type Reporter interface + Output func(string) error + ReportTest func(string, []string, testresult.TestResult, time.Duration, []byte) + SetResult func(testresult.TestResult) + type Reporters []Reporter + func (reps Reporters) Output(path string) error + func (reps Reporters) ReportTest(name string, subtests []string, result testresult.TestResult, ...) + func (reps Reporters) SetResult(s testresult.TestResult)