analyzer

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyzer

type Analyzer struct {
	SupportedExtensions map[string]string
	// contains filtered or unexported fields
}

func NewAnalyzer

func NewAnalyzer(
	path string,
	excludePaths []string,
	excludeExtensions map[string]bool,
	includeExtensions map[string]bool,
	extensions map[string]string,
) *Analyzer

func (*Analyzer) MatchingFiles

func (a *Analyzer) MatchingFiles() ([]FileMetadata, error)

type FileMetadata

type FileMetadata struct {
	FilePath  string
	Extension string
	Language  string
}

Jump to

Keyboard shortcuts

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