analysis

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2020 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 {
	module.MasterClient
	// contains filtered or unexported fields
}

func NewAnalyzer

func NewAnalyzer(anaModule 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(masterClient *module.MasterClient, token int64) error
	PostAnalyze() error
}

Jump to

Keyboard shortcuts

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