package download import "downloader/internal/core/entities" type BackgroundService interface { Run(download *entities.Download) error }