ratelimit

package module
v0.0.0-...-25ee015 Latest Latest
Warning

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

Go to latest
Published: May 17, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RateLimitPlugin

type RateLimitPlugin struct {
	LimitCount int

	Mutex       *sync.RWMutex
	LimitQueues map[string]*RateLimiter

	Next plugin.Handler
}

func (*RateLimitPlugin) Name

func (e *RateLimitPlugin) Name() string

Name implements the Handler interface.

func (*RateLimitPlugin) ServeDNS

func (e *RateLimitPlugin) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) (int, error)

type RateLimiter

type RateLimiter struct {
	LastUsed time.Time

	Limiter *rate.Limiter
}

Jump to

Keyboard shortcuts

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