gotools/gopls/internal/vulncheck/govulncheck/govulncheck.go

const ProtocolVersion

type Message

type Config

type Progress

type Finding

type Frame

type Position

type ScanLevel

const scanLevelModule

const scanLevelPackage

const scanLevelSymbol

// WantSymbols can be used to check whether the scan level is one that is able
// to generate symbols called findings.
func (l ScanLevel) WantSymbols() bool {}