Documentation ¶ Index ¶ type Scanner func NewScanner() *Scanner func (r *Scanner) Scan(_ context.Context, projectDirectory string, moduleName string, ...) ([]models.ProjectFile, 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 NewScanner ¶ func NewScanner() *Scanner func (*Scanner) Scan ¶ func (r *Scanner) Scan( _ context.Context, projectDirectory string, moduleName string, excludePaths []models.ResolvedPath, excludeFileMatchers []*regexp.Regexp, ) ([]models.ProjectFile, error) Source Files ¶ View all Source files scanner.go Click to show internal directories. Click to hide internal directories.