Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + var Version = strings.TrimSpace(versionFile) + type Builder struct + func New(tool Tool) *Builder + func (b *Builder) AddResult(r Result) *Builder + func (b *Builder) AddRule(r Rule) *Builder + func (b *Builder) JSON() ([]byte, error) + func (b *Builder) String() string + type Region struct + EndColumn int + EndLine int + StartColumn int + StartLine int + type Result struct + Fix string + Message string + Region *Region + RuleID string + Severity Severity + Taxa []TaxaRef + URI string + type Rule struct + FullDescription string + HelpURI string + ID string + Name string + Severity Severity + ShortDescription string + Tags []string + type Severity int + const SeverityError + const SeverityNone + const SeverityNote + const SeverityWarning + type TaxaRef struct + Component string + ID string + type Tool struct + InformationURI string + Name string + Version string