Documentation
¶
Index ¶
Constants ¶
View Source
const (
TypeDownloadVideo = "video:download"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadVideoPayload ¶
type DownloadVideoPayload struct {
ID string `json:"id"`
}
type VideoDownloader ¶
type VideoDownloader struct {
// contains filtered or unexported fields
}
func NewVideoDownloader ¶
func NewVideoDownloader(mediaService mediaService) *VideoDownloader
func (*VideoDownloader) ProcessTask ¶
Click to show internal directories.
Click to hide internal directories.