Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OthersFeaturesDetector ¶
type OthersFeaturesDetector struct{}
OthersFeaturesDetector implements FeaturesDetector and detects pip packages
func (*OthersFeaturesDetector) Detect ¶
func (detector *OthersFeaturesDetector) Detect(namespace string, files map[string]*detectors.FeatureFile, path string) ([]detectors.FeatureVersion, error)
Detect detects packages using others_modules from the input data
func (*OthersFeaturesDetector) GetRequiredFiles ¶
func (detector *OthersFeaturesDetector) GetRequiredFiles() []string
GetRequiredFiles returns the list of files required for Detect, without leading /
Click to show internal directories.
Click to hide internal directories.