# 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.
# Type aliases
Outputs holds a list of Output objects indexed by host address.