FixedWindow implements a fixed-window rate limiting strategy.
| 11 | |
| 12 | // FixedWindow implements a fixed-window rate limiting strategy. |
| 13 | type FixedWindow struct{} |
| 14 | |
| 15 | // New creates a new fixed window middleware handler |
| 16 | func (FixedWindow) New(cfg *Config) fiber.Handler { |
nothing calls this directly
no outgoing calls
no test coverage detected