MCPcopy Create free account
hub / github.com/bufbuild/buf / fileAnnotation

Struct fileAnnotation

private/bufpkg/bufanalysis/file_annotation.go:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type fileAnnotation struct {
23 fileInfo FileInfo
24 startLine int
25 startColumn int
26 endLine int
27 endColumn int
28 typeString string
29 message string
30 pluginName string
31 policyName string
32}
33
34func newFileAnnotation(
35 fileInfo FileInfo,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected