package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

NewRateLimitedFunction creates a new rate limited function.

# Structs

RateLimitedFunction is a rate limited function controlling how often the function/handler is invoked.

# Type aliases

HandlerFunc defines function signature for a RateLimitedFunction.