Lines Matching defs:toolStatus
322 type toolStatus struct { struct
323 status *Status
325 counts Counts
327 lock sync.Mutex
332 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) {
385 func (d *toolStatus) Print(msg string) {
388 func (d *toolStatus) Error(msg string) {
392 func (d *toolStatus) Finish() {