# Functions
NewRateLimiter makes a new multi-tenant rate limiter.
# Structs
RateLimiter is a multi-tenant local rate limiter based on golang.org/x/time/rate.
# Interfaces
RateLimiterStrategy defines the interface which a pluggable strategy should implement.