Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XMLScanner ¶
type XMLScanner struct {
// contains filtered or unexported fields
}
func NewXMLScanner ¶
func NewXMLScanner(input io.ReadCloser) *XMLScanner
func (*XMLScanner) Close ¶
func (s *XMLScanner) Close() error
func (*XMLScanner) Scan ¶
func (s *XMLScanner) Scan() (*def.TorrentRecord, error)
Click to show internal directories.
Click to hide internal directories.