Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Limiter ¶
type Limiter struct {
// contains filtered or unexported fields
}
func NewLimiter ¶
func NewLimiter(transport http.RoundTripper, limits Throttles) *Limiter
NewLimiter creates a new Limiter. See Throttle for configuration options.
Click to show internal directories.
Click to hide internal directories.