Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + var AllFormatStrings = []string + var AllFormatStringsWithAliases = []string + func PrintFileAnnotations(writer io.Writer, fileAnnotations []FileAnnotation, formatString string) error + func SortFileAnnotations(fileAnnotations []FileAnnotation) + type FileAnnotation interface + EndColumn func() int + EndLine func() int + FileInfo func() FileInfo + Message func() string + StartColumn func() int + StartLine func() int + Type func() string + func DeduplicateAndSortFileAnnotations(fileAnnotations []FileAnnotation) []FileAnnotation + func NewFileAnnotation(fileInfo FileInfo, startLine int, startColumn int, endLine int, endColumn int, ...) FileAnnotation + type FileInfo interface + ExternalPath func() string + Path func() string + type Format int + const FormatGithubActions + const FormatJSON + const FormatJUnit + const FormatMSVS + const FormatText + func ParseFormat(s string) (Format, error) + func (f Format) String() string