modules

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MiniModule

type MiniModule interface {
	Run(job entities.JobModel) (interface{}, error) // Executes the mini-module logic
	Name() string                                   // Returns the mini-module name
}

type ScanModule

type ScanModule interface {
	Execute(job entities.JobModel, website types.WebsiteAnalysis) error // Executes the module logic
	Name() string                                                       // Returns the module name
}

Jump to

Keyboard shortcuts

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