processor

package
v0.0.0-...-939f690 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RepoRoot        string
	FilterPatterns  []string
	ExcludePatterns []string
	CaseSensitive   bool
	SyntaxMap       map[string]string
}

type FileInfo

type FileInfo struct {
	Path     string
	Ext      string
	Content  string
	Language string
	Size     int64
	Created  time.Time
	Modified time.Time
}

type FileProcessor

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

func NewFileProcessor

func NewFileProcessor(config Config) (*FileProcessor, error)

func (*FileProcessor) Process

func (fp *FileProcessor) Process() ([]FileInfo, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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