Documentation ¶
Index ¶
Constants ¶
View Source
const ResultsDirDefaultPath = "/var/tests/results"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct { Tasks chan string // contains filtered or unexported fields }
Processor is a struct to hold the Tasks channel You should use NewProcessor to allocate new one and the Run func to run it
Click to show internal directories.
Click to hide internal directories.