analysis

package
v0.0.0-...-04c8ee4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

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 (a *Analyzer) GetModuleName() string

func (*Analyzer) RunAnalyzerModule

func (a *Analyzer) RunAnalyzerModule() error

type AnalyzerModule

type AnalyzerModule interface {
	Configure(configMap map[string]string) error
	Analyze(controlService service.ControlServiceClient, analysisService service.AnalysisServiceClient, token int64) error
	PostAnalyze() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL