Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
func NewAnalyzer ¶
func NewAnalyzer(module AnalyzerModule) *Analyzer
func (*Analyzer) GetModuleName ¶
func (*Analyzer) RunAnalyzerModule ¶
type AnalyzerModule ¶
type AnalyzerModule interface { Configure(configMap map[string]string) error Analyze(controlService service.ControlServiceClient, analysisService service.AnalysisServiceClient, token int64) error PostAnalyze() error }
Click to show internal directories.
Click to hide internal directories.