# Functions
No description provided by the author
DisabledLimit returns a rate limiter that does not rate limit.
No description provided by the author
No description provided by the author
NoLimit returns a rate limiter that does not rate limit.
PerCallLimit returns a rate limiter that imposes a server-wide limit for calls to the method.
PerIPLimit returns a rate limiter that imposes a per-ip limit on calls to a method.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithCallerEntries returns the caller entries retrieved using the given fetcher.
No description provided by the author
No description provided by the author
WithRateLimits returns a middleware that performs rate limiting for the group of methods described by the rateLimits map.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
EntryFetcherFunc implements EntryFetcher with a function.
No description provided by the author
No description provided by the author
No description provided by the author