Use progress when printing. #8

This commit is contained in:
Andrey Smirnov
2014-04-22 17:19:10 +04:00
parent 9445f3a0fa
commit 8963cd8027
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ type PublishedStorage interface {
// CreateFile creates file for writing under public path
CreateFile(path string) (*os.File, error)
// RemoveDirs removes directory structure under public path
RemoveDirs(path string) error
RemoveDirs(path string, progress Progress) error
// Remove removes single file under public path
Remove(path string) error
// LinkFromPool links package file from pool to dist's pool location