Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddRequest ¶
type DeleteRequest ¶
type Download ¶
type Download struct {
ID string `json:"id"`
Title string `json:"title"`
URL string `json:"url"`
Quality string `json:"quality"`
Format string `json:"format"`
Folder string `json:"folder"`
CustomNamePrefix string `json:"custom_name_prefix"`
Msg string `json:"msg"`
Percent float64 `json:"percent"`
Speed float64 `json:"speed"`
Eta float64 `json:"eta"`
Status string `json:"status"`
Size int64 `json:"size"`
Timestamp int64 `json:"timestamp"`
Error string `json:"error"`
Filename string `json:"filename"`
}
type HistoryResponse ¶
type StartRequest ¶
type StartRequest struct {
IDs []string `json:"ids"`
}
Click to show internal directories.
Click to hide internal directories.