mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 08:05:25 +00:00
* prototype new scan events * scan-event: improvements + conditional build * add scan charts server: make scan-charts * scan-charts: bug fix
12 lines
195 B
Go
12 lines
195 B
Go
//go:build !stats
|
|
// +build !stats
|
|
|
|
package events
|
|
|
|
// AddScanEvent is a no-op function
|
|
func AddScanEvent(event ScanEvent) {
|
|
}
|
|
|
|
func InitWithConfig(config *ScanConfig, statsDirectory string) {
|
|
}
|