tracker

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CITracker

type CITracker struct {
	ExecutingQueries      int
	ExecutedQueries       int
	FoundFiles            int
	FailedSimilarityID    int
	FailedOldSimilarityID int
	LoadedQueries         int
	ParsedFiles           int
	ScanSecrets           int
	ScanPaths             int

	FoundCountLines  int
	ParsedCountLines int
	IgnoreCountLines int
	Version          model.Version
	BagOfFilesParse  map[string]int
	BagOfFilesFound  map[string]int
	// contains filtered or unexported fields
}

func NewTracker

func NewTracker(previewLines int) (*CITracker, error)

NewTracker will create a new instance of a tracker with the number of lines to display in results output number of lines can not be smaller than 1

func (*CITracker) FailedComputeOldSimilarityID

func (c *CITracker) FailedComputeOldSimilarityID()

FailedComputeOldSimilarityID - queries that failed to compute old similarity ID

func (*CITracker) FailedComputeSimilarityID

func (c *CITracker) FailedComputeSimilarityID()

FailedComputeSimilarityID - queries that failed to compute similarity ID

func (*CITracker) FailedDetectLine

func (c *CITracker) FailedDetectLine()

FailedDetectLine - queries that fail to detect line are counted as failed to execute queries

func (*CITracker) GetOutputLines

func (c *CITracker) GetOutputLines() int

GetOutputLines returns the number of lines to display in results output

func (*CITracker) TrackFileFound

func (c *CITracker) TrackFileFound(path string)

TrackFileFound adds a found file to be scanned

func (*CITracker) TrackFileFoundCountLines

func (c *CITracker) TrackFileFoundCountLines(countLines int)

TrackFileFoundCountLines - information about the lines of the scanned files

func (*CITracker) TrackFileIgnoreCountLines

func (c *CITracker) TrackFileIgnoreCountLines(countLines int)

TrackFileIgnoreCountLines - information about the lines ignored of the parsed files

func (*CITracker) TrackFileParse

func (c *CITracker) TrackFileParse(path string)

TrackFileParse adds a successful parsed file to be scanned

func (*CITracker) TrackFileParseCountLines

func (c *CITracker) TrackFileParseCountLines(countLines int)

TrackFileParseCountLines - information about the lines of the parsed files

func (*CITracker) TrackQueryExecuting

func (c *CITracker) TrackQueryExecuting(queryAggregation int)

TrackQueryExecuting adds a executing queries

func (*CITracker) TrackQueryExecution

func (c *CITracker) TrackQueryExecution(queryAggregation int)

TrackQueryExecution adds a query executed

func (*CITracker) TrackQueryLoad

func (c *CITracker) TrackQueryLoad(queryAggregation int)

TrackQueryLoad adds a loaded query

func (*CITracker) TrackScanPath

func (c *CITracker) TrackScanPath()

TrackScanPath - paths to preform scan

func (*CITracker) TrackScanSecret

func (c *CITracker) TrackScanSecret()

TrackScanSecret - add to secrets scanned

func (*CITracker) TrackVersion

func (c *CITracker) TrackVersion(retrievedVersion model.Version)

TrackVersion - information if current version is latest

Jump to

Keyboard shortcuts

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