Documentation ¶
Index ¶
- func Analyze(fileType types.LangType, filePath string, r xio.ReadSeekerAt, ...) (*analyzer.AnalysisResult, error)
- func AnalyzePackage(fileType types.LangType, filePath string, r xio.ReadSeekerAt, ...) (*analyzer.AnalysisResult, error)
- func Parse(fileType types.LangType, filePath string, r io.Reader, ...) (*types.Application, error)
- func ParsePackage(fileType types.LangType, filePath string, r xio.ReadSeekerAt, ...) (*types.Application, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Analyze ¶
func Analyze(fileType types.LangType, filePath string, r xio.ReadSeekerAt, parser godeptypes.Parser) (*analyzer.AnalysisResult, error)
Analyze returns an analysis result of the lock file
func AnalyzePackage ¶ added in v0.39.0
func AnalyzePackage(fileType types.LangType, filePath string, r xio.ReadSeekerAt, parser godeptypes.Parser, checksum bool) (*analyzer.AnalysisResult, error)
AnalyzePackage returns an analysis result of the package file other than lock files
func Parse ¶ added in v0.39.0
func Parse(fileType types.LangType, filePath string, r io.Reader, parser godeptypes.Parser) (*types.Application, error)
Parse returns a parsed result of the lock file
func ParsePackage ¶ added in v0.39.0
func ParsePackage(fileType types.LangType, filePath string, r xio.ReadSeekerAt, parser godeptypes.Parser, checksum bool) (*types.Application, error)
ParsePackage returns a parsed result of the package file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.