Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
GetReleaseInfo(info *config.ReleaseInfo) (*TorrentInfo, error)
}
Interface
type Mtv ¶
type Mtv struct {
// contains filtered or unexported fields
}
Struct
func (*Mtv) GetReleaseInfo ¶
func (t *Mtv) GetReleaseInfo(torrent *config.ReleaseInfo) (*TorrentInfo, error)
type Ptp ¶
type Ptp struct {
// contains filtered or unexported fields
}
Struct
func (*Ptp) GetReleaseInfo ¶
func (t *Ptp) GetReleaseInfo(torrent *config.ReleaseInfo) (*TorrentInfo, error)
Click to show internal directories.
Click to hide internal directories.