Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewImportMap ¶
func NewImportMap() *importMap
Types ¶
type Limiter ¶
type Limiter = *limiter
Limiter is an approximate LFU limiter without time-series data. It keeps a bounded frequency ranking of active instance ids and returns the current tail id from Add when the configured limit is exceeded.
func NewLimiter ¶
Click to show internal directories.
Click to hide internal directories.