mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Continued work on download system (cache + cf meta now implemented)
This commit is contained in:
@@ -45,7 +45,7 @@ type MetaDownloader interface {
|
||||
// MetaDownloaderData specifies the per-Mod metadata retrieved for downloading
|
||||
type MetaDownloaderData interface {
|
||||
GetManualDownload() (bool, ManualDownload)
|
||||
DownloadFile(io.Writer) error
|
||||
DownloadFile() (io.ReadCloser, error)
|
||||
}
|
||||
|
||||
type ManualDownload struct {
|
||||
|
||||
Reference in New Issue
Block a user