# Packages
No description provided by the author
# Functions
NewClient creates a new gubernator client with default configuration.
WithLocalRateLimiter returns a middleware that controls the amount of requests per tenant using an in-memory store.
WithSharedRateLimiter returns a middleware that controls the amount of requests per tenant using an external service.
# Type aliases
Middleware is a convenience type for functions that wrap http.Handlers.