Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobsHandlers ¶
type JobsHandlers struct {
JobsManager *jobsmanager.JobsManager
}
func (*JobsHandlers) ClearDone ¶
func (ytdl *JobsHandlers) ClearDone() http.Handler
func (*JobsHandlers) Delete ¶
func (h *JobsHandlers) Delete() http.Handler
func (*JobsHandlers) List ¶
func (h *JobsHandlers) List() http.Handler
func (*JobsHandlers) Show ¶
func (h *JobsHandlers) Show() http.Handler
type VideoHandlers ¶
type VideoHandlers struct {
VideoManager *videomanager.VideoManager
}
func (*VideoHandlers) List ¶
func (h *VideoHandlers) List() http.Handler
func (*VideoHandlers) Show ¶
func (h *VideoHandlers) Show() http.Handler
Click to show internal directories.
Click to hide internal directories.