Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrImportClosed = errors.New("import closed")
)
Functions ¶
This section is empty.
Types ¶
type ActiveImport ¶
type ImportErrors ¶
type ImportErrors []ImportItemsError
func (ImportErrors) Error ¶
func (e ImportErrors) Error() string
func (ImportErrors) IsNil ¶
func (e ImportErrors) IsNil() bool
func (ImportErrors) OrNil ¶
func (e ImportErrors) OrNil() error
type ImportItemsError ¶
func (ImportItemsError) Error ¶
func (e ImportItemsError) Error() string
type Item ¶
type Item struct { Source string InfoHash protocol.ID Name string Size uint64 Private bool ContentType model.NullContentType ContentSource model.NullString ContentID model.NullString Title model.NullString ReleaseDate model.Date ReleaseYear model.Year Episodes model.Episodes VideoResolution model.NullVideoResolution VideoSource model.NullVideoSource VideoCodec model.NullVideoCodec Video3d model.NullVideo3d VideoModifier model.NullVideoModifier ReleaseGroup model.NullString PublishedAt time.Time }
Click to show internal directories.
Click to hide internal directories.