Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadService ¶
type DownloadService struct {
// contains filtered or unexported fields
}
func NewDownloadService ¶
func NewDownloadService(log logger.Logger, repo domain.ReleaseRepo, indexerRepo domain.IndexerRepo, proxySvc proxy.Service) *DownloadService
func (*DownloadService) DownloadRelease ¶
func (*DownloadService) ResolveMagnetURI ¶
type RetriableError ¶ added in v1.47.0
RetriableError is a custom error that contains a positive duration for the next retry
func (*RetriableError) Error ¶ added in v1.47.0
func (e *RetriableError) Error() string
Error returns error message and a Retry-After duration
Click to show internal directories.
Click to hide internal directories.