rate

package
v1.10.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Limiter

type Limiter interface {
	Allow(key string) (bool, error)
}

Limiter limits operations based on a provided key.

func NewLocalRateLimiter

func NewLocalRateLimiter(limit rate.Limit) Limiter

NewRedisRateLimiter returns an in memory limiter.

type LimiterCtor

type LimiterCtor func(rate float64) Limiter

LimiterCtor allows the creation of a Limiter using a provided rate.

type NoLimiter

type NoLimiter struct {
}

NoLimiter never limits operations

func (*NoLimiter) Allow

func (n *NoLimiter) Allow(key string) (bool, error)

Allow implements limiter.Allow.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL