2024-04-16 16:57:32 +05:30
|
|
|
//go:build !stats
|
|
|
|
|
// +build !stats
|
|
|
|
|
|
|
|
|
|
package events
|
|
|
|
|
|
|
|
|
|
// AddScanEvent is a no-op function
|
|
|
|
|
func AddScanEvent(event ScanEvent) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func InitWithConfig(config *ScanConfig, statsDirectory string) {
|
|
|
|
|
}
|
2024-10-28 13:26:21 +03:00
|
|
|
|
|
|
|
|
func Close() {
|
|
|
|
|
}
|