searcher

package
v0.0.0-...-74a124a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2026 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Path string
	File fs.File
}

Result is one entry found by Searcher when searching through a file hierarchy for source code files which should be scanned.

type Searcher

type Searcher struct {
	// contains filtered or unexported fields
}

Searcher finds the source code files which should be scanned for reminders.

func New

func New(include, exclude StringSet) Searcher

func (*Searcher) Search

func (s *Searcher) Search(fsys fs.FS) <-chan Result

type StringSet

type StringSet map[string]bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL