scan

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// ScanAll scans all configured directories and returns scan results
	ScanAll() (*scanner.ScanResult, error)
	// ShowScanResults displays scan results to the user
	ShowScanResults(result *scanner.ScanResult) error
	// ValidateScanResults performs validation on scan results
	ValidateScanResults(result *scanner.ScanResult) error
}

Service handles codebase scanning operations

func ProvideScanService

func ProvideScanService(config *config.Config, uiService ui.Service) Service

ProvideScanService creates a new scan service @Provider

Jump to

Keyboard shortcuts

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