Home
last modified time | relevance | path

Searched defs:JSONDiagnostic (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/internal/analysisflags/
Dflags.go368 type JSONDiagnostic struct { struct
369 Category string `json:"category,omitempty"`
370 Posn string `json:"posn"` // e.g. "file.go:line:column"
371 Message string `json:"message"`
372 SuggestedFixes []JSONSuggestedFix `json:"suggested_fixes,omitempty"`
373 Related []JSONRelatedInformation `json:"related,omitempty"`