Documentation ¶ Index ¶ func ParsePackageResults(result *contract.PackageResult, rawOutput string) type Parser func NewParser(helper func(*contract.PackageResult, string)) *Parser func (self *Parser) Parse(packages []*contract.Package) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParsePackageResults ¶ func ParsePackageResults(result *contract.PackageResult, rawOutput string) Types ¶ type Parser ¶ added in v1.4.0 type Parser struct { // contains filtered or unexported fields } func NewParser ¶ added in v1.4.0 func NewParser(helper func(*contract.PackageResult, string)) *Parser func (*Parser) Parse ¶ added in v1.4.0 func (self *Parser) Parse(packages []*contract.Package) Source Files ¶ View all Source files packageParser.go parser.go rules_go1.2.go testParser.go util.go Click to show internal directories. Click to hide internal directories.