1//go:build !stats 2// +build !stats 3 4package events 5 6// AddScanEvent is a no-op function 7func AddScanEvent(event ScanEvent) { 8} 9 10func InitWithConfig(config *ScanConfig, statsDirectory string) { 11} 12 13func Close() { 14} 15 16