Documentation ¶
Index ¶
Constants ¶
View Source
const ( Bundler = "bundler" Cargo = "cargo" Composer = "composer" Npm = "npm" NuGet = "nuget" Pipenv = "pipenv" Poetry = "poetry" Yarn = "yarn" Jar = "jar" )
Variables ¶
View Source
var (
IgnoreDirs = []string{"node_modules", "vendor"}
)
Functions ¶
func Analyze ¶
func Analyze(analyzerType, filePath string, content []byte, parse parser) (*analyzer.AnalysisResult, error)
func ToAnalysisResult ¶
func ToAnalysisResult(analyzerType, filePath string, libs []godeptypes.Library) *analyzer.AnalysisResult
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.