Lines Matching refs:toolStatus
213 return &toolStatus{
274 type toolStatus struct { struct
282 var _ ToolStatus = (*toolStatus)(nil)
284 func (d *toolStatus) SetTotalActions(total int) { argument
299 func (d *toolStatus) StartAction(action *Action) { argument
318 func (d *toolStatus) FinishAction(result ActionResult) { argument
327 func (d *toolStatus) Verbose(msg string) { argument
330 func (d *toolStatus) Status(msg string) { argument
333 func (d *toolStatus) Print(msg string) { argument
336 func (d *toolStatus) Error(msg string) { argument
340 func (d *toolStatus) Finish() { argument