Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzerMeta ¶
type AnalyzerMeta struct {
Shortcode string // Analyzer shortcode
}
type Issue ¶
type Issue struct {
IssueText string // The describing heading of the issue
IssueCode string // DeepSource code for the issue reported
Location Location // The location data for the issue reported
Analyzer AnalyzerMeta // The Analyzer which raised the issue
}
Click to show internal directories.
Click to hide internal directories.