RemoveDirs removes directory structure under public path
(path string, progress Progress)
| 69 | PutFile(path string, sourceFilename string) error |
| 70 | // RemoveDirs removes directory structure under public path |
| 71 | RemoveDirs(path string, progress Progress) error |
| 72 | // Remove removes single file under public path |
| 73 | Remove(path string) error |
| 74 | // LinkFromPool links package file from pool to dist's pool location |
no outgoing calls