Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer interface {
Analyze(config *config.Config) (*analyzer.MergedResults, error)
}
type AnalyzerImpl ¶
type AnalyzerImpl struct {
// contains filtered or unexported fields
}
func (*AnalyzerImpl) Analyze ¶
func (a *AnalyzerImpl) Analyze(config *config.Config) (*analyzer.MergedResults, error)
Click to show internal directories.
Click to hide internal directories.