Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct { gorm.Model Name string Magnet string `gorm:"index"` State DownloadState Length int64 Downloaded int64 Error string }
func NewDownload ¶
type DownloadState ¶
type DownloadState string
const ( DownloadStateNew DownloadState = "new" DownloadStateInProgress DownloadState = "in_progress" DownloadStateError DownloadState = "error" DownloadStateDone DownloadState = "done" DownloadStateDelete DownloadState = "delete" )
type LoginRequest ¶
type Part ¶
Click to show internal directories.
Click to hide internal directories.