Documentation ¶
Overview ¶
Package resultsdir implements Autotest results directory creation and sealing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dir ¶
type Dir struct {
Path string
}
Dir represents the results directory of the task. It should be closed after all results have been written to seal the directory for upload.
func Open ¶
Open creates the results directory and returns a Dir. Dir should be closed after all results have been written to seal the directory for upload.
Click to show internal directories.
Click to hide internal directories.