Versions in this module Expand all Collapse all v1 v1.0.1 Nov 8, 2024 v1.0.0 Nov 7, 2024 Changes in this version + func APIKeyAuth() gin.HandlerFunc + func BasicAuth() gin.HandlerFunc + func ErrorHandler() gin.HandlerFunc + func Logger() gin.HandlerFunc + type RateLimiter struct + func NewRateLimiter(redisClient *redis.Client, maxRequests int, ...) *RateLimiter + func (rl *RateLimiter) RateLimit() gin.HandlerFunc + func (rl *RateLimiter) UnbanIP(ctx context.Context, ip string) error