//
pkg.gl
Category
github.com/detectify/nvdtools
providers
lib
rate
package
0.1.5
Repository:
https://github.com/detectify/nvdtools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
27 SLOC
#
Functions
BurstyLimiter
BurstyLimiter will create a limiter which allows bursts of maximum requestsPerPeriod and otherwise allows requests with period/requestsPerPeriod gap in between.
#
Interfaces
Limiter
Limiter provides only one function: Allow.