# Functions
ParseJobReport parses job report data from a Reader and returns a ReportData struct.
ParseJobReportFile parses a job report file and returns a ReportData struct.
# Constants
No description provided by the author
# Structs
Job represents a job report entry with its details.
ReportData holds the parsed data from the job report.
Resource represents a resource with a name and value.
# Type aliases
JobStatus represents the status of a job.