Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeAnalyzer ¶
type CodeAnalyzer struct {
// contains filtered or unexported fields
}
func NewCodeAnalyzer ¶
func NewCodeAnalyzer(workDir string) *CodeAnalyzer
func (*CodeAnalyzer) AnalyzeDirectory ¶
AnalyzeDirectory scans all files in a directory
func (*CodeAnalyzer) Cleanup ¶
func (a *CodeAnalyzer) Cleanup(path string) error
Cleanup removes cloned repository
func (*CodeAnalyzer) CreateMockRepository ¶
func (a *CodeAnalyzer) CreateMockRepository() (string, error)
CreateMockRepository creates a mock repo for testing (no git required)
Click to show internal directories.
Click to hide internal directories.