This commit is contained in:
2026-06-30 13:25:48 +07:00
parent 1c2bfde005
commit 251c1b7573
8 changed files with 63 additions and 9 deletions

View File

@@ -2,5 +2,8 @@
package guard
import "time"
func Start(onViolation func(reason string)) {}
func Stop() {}
func SuppressFor(_ time.Duration) {}