mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:25:27 +00:00
10 lines
301 B
Go
10 lines
301 B
Go
package engine
|
|
|
|
// Engine is an engine for running Nuclei Templates/Workflows.
|
|
//
|
|
// The engine contains multiple thread pools which allow using different
|
|
// concurrency values per protocol executed. This was something which was
|
|
// missing from the previous versions of nuclei.
|
|
type Engine struct {
|
|
}
|