Searched refs:toolStatus (Results 1 – 1 of 1) sorted by relevance
213 return &toolStatus{274 type toolStatus struct { struct282 var _ ToolStatus = (*toolStatus)(nil)284 func (d *toolStatus) SetTotalActions(total int) { argument299 func (d *toolStatus) StartAction(action *Action) { argument318 func (d *toolStatus) FinishAction(result ActionResult) { argument327 func (d *toolStatus) Verbose(msg string) { argument330 func (d *toolStatus) Status(msg string) { argument333 func (d *toolStatus) Print(msg string) { argument336 func (d *toolStatus) Error(msg string) { argument[all …]