mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 22:05:27 +00:00
15 lines
213 B
Go
15 lines
213 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) {
|
|
}
|
|
|
|
func Close() {
|
|
}
|