package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DeduplicateAndSortFileAnnotations deduplicates the FileAnnotations based on their string representation and sorts them according to the order specified in SortFileAnnotations.
NewFileAnnotation returns a new FileAnnotation.
No description provided by the author
ParseFormat parses the Format.
PrintFileAnnotations prints the file annotations separated by newlines.
SortFileAnnotations sorts the FileAnnotations.

# Constants

FormatJSON is the JSON format for FileAnnotations.
FormatJUnit is the JUnit format for FileAnnotations.
FormatMSVS is the MSVS format for FileAnnotations.
FormatText is the text format for FileAnnotations.

# Variables

AllFormatStrings is all format strings without aliases.
AllFormatStringsWithAliases is all format strings with aliases.

# Structs

Issue is a wrapper of `FileAnnotation` and implements `InputIssue` interface from `github.com/golangci/revgrep`.

# Interfaces

FileAnnotation is a file annotation.
FileInfo is a minimal FileInfo interface.

# Type aliases

Format is a FileAnnotation format.