package
0.1.5
Repository: https://github.com/detectify/nvdtools.git
Documentation: pkg.go.dev

# Functions

BurstyLimiter will create a limiter which allows bursts of maximum requestsPerPeriod and otherwise allows requests with period/requestsPerPeriod gap in between.

# Interfaces

Limiter provides only one function: Allow.