Searched defs:toolStatus (Results 1 – 1 of 1) sorted by relevance
322 type toolStatus struct { struct323 status *Status325 counts Counts327 lock sync.Mutex332 func (d *toolStatus) SetTotalActions(total int) {347 func (d *toolStatus) SetEstimatedTime(estimatedTime time.Time) {351 func (d *toolStatus) StartAction(action *Action) {370 func (d *toolStatus) FinishAction(result ActionResult) {379 func (d *toolStatus) Verbose(msg string) {382 func (d *toolStatus) Status(msg string) {[all …]