Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeAnalyzer ¶ added in v0.6.0
type CodeIssue ¶ added in v0.6.0
type CodeIssue struct {
Description string
Line int
StartColumn int
EndColumn int
Severity string
Fixable bool
}
CodeIssue represents a single code issue found by the code analysis
type PathValidator ¶
type ReturnArgs ¶
type ReturnArgs struct {
CodeIssues []CodeIssue
}
type Usecase ¶
type Usecase struct {
// contains filtered or unexported fields
}
func New ¶
func New( pathValidator PathValidator, codeAnalyzer CodeAnalyzer, ) *Usecase
Click to show internal directories.
Click to hide internal directories.