Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ScanOptions ¶
type ScanOptions struct {
ExcludeFileNames []string
}
type ScanResult ¶
type ScanResult struct {
Path string
Items []Item
Diagnostics []diagnostic.Diagnostic
}
func ScanDirectory ¶
func ScanDirectory(root string, target string, opts ScanOptions) ScanResult
Click to show internal directories.
Click to hide internal directories.