Versions in this module Expand all Collapse all v1 v1.0.2 Oct 5, 2023 v1.0.1 Oct 5, 2023 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