mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 12:05:27 +00:00
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) {
|
||
|
|
}
|