Documentation ¶ Index ¶ func Scan(ctx context.Context, baseDir string, list *worklist.WorkList, ...) error func ScanFS(ctx context.Context, fileSystem fs.FS, baseDir string, list *worklist.WorkList, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Scan ¶ func Scan(ctx context.Context, baseDir string, list *worklist.WorkList, ch chan<- *worklist.WorkItem, logger *slog.Logger) error func ScanFS ¶ func ScanFS(ctx context.Context, fileSystem fs.FS, baseDir string, list *worklist.WorkList, ch chan<- *worklist.WorkItem, logger *slog.Logger) error Types ¶ This section is empty. Source Files ¶ View all Source files scanner.go Click to show internal directories. Click to hide internal directories.