package
1.0.1
Repository: https://github.com/linuxboot/contest.git
Documentation: pkg.go.dev

# Functions

Load returns the name and factory which are needed to register the Reporter.
New builds a new TargetSuccessReporter.

# Variables

Name defines the name of the reporter used within the plugin registry.

# Structs

FinalParameters contains the parameters necessary for the final reporter to elaborate the results of the Job.
RunParameters contains the parameters necessary for the run reporter to elaborate the results of the Job.
TargetSuccessReport wraps a report with target success information.
TargetSuccessReporter implements a reporter which determines whether the Job has been successful or not based on the number of Targets which succeeded/failed during the various Test runs.