Documentation ¶
Index ¶
Constants ¶
View Source
const (
ResultStatusNewerPackageAvailable = "newer package available"
)
Possible Result values
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { Package string `xml:"package"` DebianUVersion string `xml:"debian-uversion"` UpstreamVersion string `xml:"upstream-version"` UpstreamURL string `xml:"upstream-url"` Status string `xml:"status"` Target string `xml:"target"` TargetPath string `xml:"target-path"` Message string `xml:"Message"` }
Result of the uscan command. Uscan produces this XML output when ran with the --dehs flag.
Click to show internal directories.
Click to hide internal directories.