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(openAIKey string) *CodeAnalyzer
func (*CodeAnalyzer) AnalyzeDirectory ¶
func (a *CodeAnalyzer) AnalyzeDirectory(path string) ([]model.Issue, error)
AnalyzeDirectory scans all files in a directory
Click to show internal directories.
Click to hide internal directories.