scan

package
v3.3.7 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 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 ScanContext

type ScanContext struct {

	// exported / configurable fields
	Input *contextargs.Context

	// callbacks or hooks
	OnError   func(error)
	OnResult  func(e *output.InternalWrappedEvent)
	OnWarning func(string)
	// contains filtered or unexported fields
}

func NewScanContext

func NewScanContext(ctx context.Context, input *contextargs.Context) *ScanContext

NewScanContext creates a new scan context using input

func (*ScanContext) Context

func (s *ScanContext) Context() context.Context

Context returns the context of the scan

func (*ScanContext) GenerateResult

func (s *ScanContext) GenerateResult() []*output.ResultEvent

GenerateResult returns final results slice from all events

func (*ScanContext) LogError

func (s *ScanContext) LogError(err error)

LogError logs error to all events and triggeres any callbacks

func (*ScanContext) LogEvent

func (s *ScanContext) LogEvent(e *output.InternalWrappedEvent)

LogEvent logs events to all events and triggeres any callbacks

func (*ScanContext) LogWarning

func (s *ScanContext) LogWarning(format string, args ...any)

LogWarning logs warning to all events

type ScanContextOption

type ScanContextOption func(*ScanContext)

func WithEvents

func WithEvents() ScanContextOption

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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