package
Version:
v0.0.0-...-539a64a
Opens a new window with list of versions in this module.
Published: Jan 17, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type File struct {
XMLName xml.Name `xml:"file"`
Poster string `xml:"poster,attr"`
Date uint32 `xml:"date,attr"`
Subject string `xml:"subject,attr"`
Groups []string `xml:"groups>group"`
Segments []*Segment `xml:"segments>segment"`
}
type Nzb struct {
XMLName xml.Name `xml:"nzb"`
Files []*File `xml:"file"`
}
type Segment struct {
XMLName xml.Name `xml:"segment"`
Bytes int64 `xml:"bytes,attr"`
Number uint32 `xml:"number,attr"`
ID string `xml:",chardata"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.