style(go): gofmt check_client_ip_job

This commit is contained in:
Sora39831 2026-04-06 15:52:25 +08:00
parent c085fc3814
commit 2008ae6dc3

View file

@ -26,8 +26,8 @@ type IPWithTimestamp struct {
// CheckClientIpJob monitors client IP addresses from access logs and manages IP blocking based on configured limits.
type CheckClientIpJob struct {
lastClear int64
disAllowedIps []string
lastClear int64
disAllowedIps []string
fail2BanWarned bool
}