Add yt-downloader
This commit is contained in:
7
api/internal/core/services/download/background.go
Normal file
7
api/internal/core/services/download/background.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package download
|
||||
|
||||
import "downloader/internal/core/entities"
|
||||
|
||||
type BackgroundService interface {
|
||||
Run(download *entities.Download) error
|
||||
}
|
Reference in New Issue
Block a user