nuclei/pkg/scan/events/scan_noop.go
Tarun Koyalwar ea2e13a4aa
nuclei 'stats' build : scan events + chart utils (#5032)
* prototype new scan events

* scan-event: improvements + conditional build

* add scan charts server: make scan-charts

* scan-charts: bug fix
2024-04-16 16:57:32 +05:30

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) {
}