# Functions

NewOutputs creates a new Outputs object.
OutputFromReader reads the provided reader and returns a Output object.
Run runs the provided host preflight spec on the provided host.
RunLocal runs the provided host preflight spec locally.
SerializeSpec serialize the provided spec inside a HostPreflight object and returns the byte slice.
UnserializeSpec unserializes an HostPreflightSpec from a raw slice of bytes.

# Structs

Output is the output of a troubleshoot preflight check as returned by `preflight --format=json`.
Record is a single record of a troubleshoot preflight check.

# Type aliases

Outputs holds a list of Output objects indexed by host address.