Documentation
¶
Overview ¶
Package detect implements the project detection engine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
KB *kb.KnowledgeBase
Root string
ScanDepth int // max directory depth for recursive detection (0 = default 4)
SkipDirs []string // additional directories to skip during walks
// contains filtered or unexported fields
}
Engine runs detection against a project directory.
Click to show internal directories.
Click to hide internal directories.