Searched defs:statusMsg (Results 1 – 1 of 1) sorted by relevance
15016 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) {15045 type statusMsg struct { struct15046 test *testCase15047 started bool15048 err error15051 func statusPrinter(doneChan chan *testresult.Results, statusChan chan statusMsg, total int) {