analyzer

package
v0.1.0-pre1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: MIT Imports: 6 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 interface {
	Analyze(file model.File, stack *model.ViolationStack) error
}

type ClamAVAnalyzer

type ClamAVAnalyzer struct {
	// contains filtered or unexported fields
}

func NewClamAVAnalyzer

func NewClamAVAnalyzer(address string) ClamAVAnalyzer

func (ClamAVAnalyzer) Analyze

func (a ClamAVAnalyzer) Analyze(f model.File, stack model.ViolationStack)

type DatabaseAnalyzer

type DatabaseAnalyzer struct {
	// contains filtered or unexported fields
}

func NewDatabaseAnalyzer

func NewDatabaseAnalyzer(p string) (*DatabaseAnalyzer, error)

func (DatabaseAnalyzer) Analyze

func (d DatabaseAnalyzer) Analyze(file model.File, stack *model.ViolationStack) error

func (DatabaseAnalyzer) Close

func (d DatabaseAnalyzer) Close()

Jump to

Keyboard shortcuts

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