package
0.0.0-20240818165719-858744abb416
Repository: https://github.com/pythonista7/doorman.git
Documentation: pkg.go.dev

# Functions

NewAdaptiveQPS creates a rate limiter connected to the resource.
NewQPS creates a rate limiter connected to the resourse.
Window configures how often statistics about capacity usage are collected.

# Structs

AdaptiveQPS is a rate limiter that will try to guess what is the optional capacity to request.

# Interfaces

RateLimiter is a rate limiter that works with Doorman resources.

# Type aliases

AdaptiveOption configures an adaptive rate limiter.