Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultNotificationRateLimit = 30 * time.Second // Prevent notification spam for repeated secrets DefaultClipboardDebounceInterval = 100 * time.Millisecond // Ignore rapid clipboard changes (copy/paste operations) DefaultDetectionBurstLimit = 10 // Allow bursts of up to 10 rapid scans DefaultDetectionRateLimit = 2.0 // Average 2 scans per second ErrorChannelBuffer = 2 // Buffer errors from monitor and signal handler )
View Source
const ( NotificationTitleStartup = "Clipleaks Started" NotificationMessageStartup = "Clipboard monitoring is now active" NotificationTitleSecurityAlert = "Security Alert" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.