Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder struct {
// contains filtered or unexported fields
}
Finder is a struct that represents a Go struct type finder.
func NewFinder ¶
func NewFinder(scanner *syntree.Scanner, projects projscan.ProjectFinder, packages projscan.PackageFinder) *Finder
NewFinder creates a new Finder instance with a given Scanner, ProjectFinder, and PackageFinder.
Click to show internal directories.
Click to hide internal directories.