Delete Flash and IsBanning from interface
All checks were successful
CI.yml / build (push) Successful in 48s

This commit is contained in:
d3m0k1d
2026-01-11 20:40:46 +03:00
parent b3431d248b
commit 99b97836ff

View File

@@ -3,6 +3,4 @@ package blocker
type BlockerEngine interface {
Ban(ip string) error
Unban(ip string) error
IsBanned(ip string) (bool, error)
Flush() error
}