Add yt-downloader

This commit is contained in:
2021-12-21 23:05:00 +01:00
committed by kjuulh
parent 0d3fae2ca5
commit 4b9583b08f
17 changed files with 449 additions and 134 deletions

View File

@@ -0,0 +1,7 @@
package download
import "downloader/internal/core/entities"
type BackgroundService interface {
Run(download *entities.Download) error
}