Versions in this module Expand all Collapse all v2 v2.38.3 Oct 20, 2022 v2.38.2 Oct 20, 2022 Changes in this version + var ConfigDefault = Config + func New(config ...Config) fiber.Handler + type Config struct + Duration time.Duration + Expiration time.Duration + Key func(*fiber.Ctx) string + KeyGenerator func(*fiber.Ctx) string + LimitReached fiber.Handler + LimiterMiddleware LimiterHandler + Max int + Next func(c *fiber.Ctx) bool + SkipFailedRequests bool + SkipSuccessfulRequests bool + Storage fiber.Storage + Store fiber.Storage + type FixedWindow struct + func (FixedWindow) New(cfg Config) fiber.Handler + type LimiterHandler interface + New func(config Config) fiber.Handler + type SlidingWindow struct + func (SlidingWindow) New(cfg Config) fiber.Handler