RateLimitState

Stores the rate limit state for a given bucket.

struct RateLimitState {
int remaining;
long resetTime;
}

Meta