Documentation ¶ Index ¶ type Scanner func New(opts ...options.ScannerOption) *Scanner func (s *Scanner) Name() string func (s *Scanner) ScanFS(ctx context.Context, fs fs.FS, dir string) (scan.Results, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Scanner ¶ type Scanner struct { // contains filtered or unexported fields } func New ¶ func New(opts ...options.ScannerOption) *Scanner func (*Scanner) Name ¶ func (s *Scanner) Name() string func (*Scanner) ScanFS ¶ func (s *Scanner) ScanFS(ctx context.Context, fs fs.FS, dir string) (scan.Results, error) Source Files ¶ View all Source files scanner.go Click to show internal directories. Click to hide internal directories.