GetProgress returns Progress object
()
| 163 | DownloadWithChecksum(ctx context.Context, url string, destination string, expected *utils.ChecksumInfo, ignoreMismatch bool) error |
| 164 | // GetProgress returns Progress object |
| 165 | GetProgress() Progress |
| 166 | // GetLength returns size by heading object with url |
| 167 | GetLength(ctx context.Context, url string) (int64, error) |
| 168 | } |
no outgoing calls
no test coverage detected