Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobsManager ¶
type JobsManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(dispatcher *jobs.Dispatcher, jobStore JobStore) *JobsManager
func (*JobsManager) Dispatcher ¶
func (jm *JobsManager) Dispatcher() *jobs.Dispatcher
func (*JobsManager) HistoricalJobs ¶
func (jm *JobsManager) HistoricalJobs() ([]models.Job, error)
func (*JobsManager) RecentJobs ¶
func (jm *JobsManager) RecentJobs() []models.Job
func (*JobsManager) Start ¶
func (jm *JobsManager) Start()
type VideoDownloadTask ¶
Click to show internal directories.
Click to hide internal directories.