Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepSummary ¶
type DepSummary struct {
Language string `json:"language"`
TotalDeps int `json:"total_deps"`
DevDeps int `json:"dev_deps"`
Dependencies []Dependency `json:"dependencies"`
}
func ScanDependencies ¶
func ScanDependencies(workDir string) *DepSummary
type Dependency ¶
Click to show internal directories.
Click to hide internal directories.