Skip to content

Commit

Permalink
Update ProgressMgr interface (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
talarian1 authored May 1, 2022
1 parent 55d111b commit 828ef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/io/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type ProgressMgr interface {
// Aborts a progress indicator. Called on both successful and unsuccessful operations.
RemoveProgress(id int)
// Quits the whole progress mechanism.
Quit()
Quit() (err error)
// Increments the general progress total count by given n.
IncGeneralProgressTotalBy(n int64)
// Replace the headline progress indicator message with new one.
Expand Down

0 comments on commit 828ef3d

Please sign in to comment.