# Functions
ExtractStepAndResultFromSidecarResultName splits the result name to extract the step and result name from it.
GetResultsFromSidecarLogs extracts results from the logs of the results sidecar.
LookForArtifacts searches for and processes artifacts within a specified run directory.
LookForResults waits for results to be written out by the steps in their results path and prints them in a structured way to its stdout so that the reconciler can parse those logs.
# Variables
ErrSizeExceeded indicates that the result exceeded its maximum allowed size.
# Structs
SidecarLogResult holds fields for storing extracted results.
# Type aliases
No description provided by the author