Documentation
¶
Overview ¶
Package packagedetector implements a detector for detecting changes in a git repo. Dependencies are transitive, at the package level. Modules depend on packages, whose dep graph is also at package level. Module->package->package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectChangedModules ¶
func DetectChangedModules(repoPath string, ct tree.Tree, includeDeps bool) (modules map[string]bool, err error)
DetectChangedModules is the change detector client. Modules will be flagged as changed if any of the packaged in their dependency tree has been modified. nolint: cyclop
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.