Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordScanner ¶
type RecordScanner interface {
Scan() (*TorrentRecord, error)
}
type TorrentRecord ¶
type TorrentRecord struct {
ID string `xml:"id,attr"`
RegisteredAt string `xml:"registred_at,attr"`
Size string `xml:"size,attr"`
Torrent Torrent `xml:"torrent"`
Forum Forum `xml:"forum"`
Title string `xml:"title"`
Content string `xml:"content"`
Deleted Del `xml:"del"`
RawAttrs []xml.Attr `xml:-`
RawContent []byte `xml:",innerxml"`
}
Click to show internal directories.
Click to hide internal directories.