Delete Flash and IsBanning from interface
All checks were successful
CI.yml / build (push) Successful in 48s
All checks were successful
CI.yml / build (push) Successful in 48s
This commit is contained in:
@@ -3,6 +3,4 @@ package blocker
|
||||
type BlockerEngine interface {
|
||||
Ban(ip string) error
|
||||
Unban(ip string) error
|
||||
IsBanned(ip string) (bool, error)
|
||||
Flush() error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user