tam 2
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m25s

This commit is contained in:
2026-07-13 09:04:09 +07:00
parent 719704f19e
commit 8803cd622a
22 changed files with 1322 additions and 121 deletions

View File

@@ -4,6 +4,6 @@ package guard
import "time"
func Start(onViolation func(reason string)) {}
func Start(onViolation func(kind, reason string)) {}
func Stop() {}
func SuppressFor(_ time.Duration) {}