uscan

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2018 License: MIT Imports: 3 Imported by: 0

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.

func Uscan

func Uscan(directory string) (*Result, error)

Uscan runs uscan

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL