package
Version:
v1.6.3
Opens a new window with list of versions in this module.
Published: May 23, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ratelimit provides token bucket rate limiting for cloudemu services.
Limiter implements a token bucket rate limiter.
New creates a new Limiter with the given rate (requests per second) and burst size.
Allow checks if a request is allowed. Returns a Throttled error if rate limited.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.