package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 26, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Limiter is an in-memory sliding-window rate limiter keyed by string.
Allow returns true if the key has not exceeded the rate limit.
If allowed, the attempt is recorded.
Cleanup removes expired entries for all keys. Call periodically to prevent memory growth.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.