# Functions
GenerateLogURL generates a URL for the log file.
GetRunDataFromLog parameters: - logFile string, the location of the log file, local or remote (prefixes: http:// or https://) returns: - *TestRunData, a pointer to TestRunData struct representing the test run data to be updated.
SetIndividualTestsFromLog processes the log data and updates the test run data accordingly.
# Structs
Attempt is for a single Test run that may include multiple Events.
Event is for example Backup or Restore.
No description provided by the author
IndividualTestRunData may consists of many attempts, each attempt is run of the same test, but may lead to different results or failures.
This is representation of full run, it may not have tests itself but w want to store full log.