type InitializationError …
func byURI(d *Diagnostic) protocol.DocumentURI { … }
type Diagnostic …
func (d *Diagnostic) String() string { … }
func (d *Diagnostic) Hash() file.Hash { … }
type DiagnosticSource …
const UnknownError …
const ListError …
const ParseError …
const TypeError …
const ModTidyError …
const OptimizationDetailsError …
const UpgradeNotification …
const Vulncheck …
const Govulncheck …
const TemplateError …
const WorkFileError …
const ConsistencyInfo …
type SuggestedFix …
func SuggestedFixFromCommand(cmd *protocol.Command, kind protocol.CodeActionKind) SuggestedFix { … }
type lazyFixesJSON …
func bundleLazyFixes(sd *Diagnostic) bool { … }
func BundledLazyFixes(diag protocol.Diagnostic) ([]protocol.CodeAction, error) { … }