Documentation
¶
Overview ¶
Package depcrawler implements functionality to traverse specified packages and collect information about their exported symbols and dependencies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler struct {
// contains filtered or unexported fields
}
Crawler is an object capable of examining package trees
type Option ¶
Option is an option that can be passed to Crawler's constructor
func WithConcrete ¶
WithConcrete is used to provide a list of concrete packages that should not be widely dependent on
func WithIgnore ¶
WithIgnore is used to provide a list of packages dependencies on which should be ignored when analyzing concrete dependencies.
Click to show internal directories.
Click to hide internal directories.