ratelimit

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options interface {
	// SetLimitEnabled determines whether rate limiting is enabled
	SetLimitEnabled(value bool) Options

	// LimitEnabled returns whether rate limiting is enabled
	LimitEnabled() bool

	// SetLimitMbps sets the limit
	SetLimitMbps(value float64) Options

	// LimitMbps returns the limit
	LimitMbps() float64

	// SetLimitCheckEvery sets the limit check frequency
	SetLimitCheckEvery(value int) Options

	// LimitCheckEvery returns the limit check frequency
	LimitCheckEvery() int
}

Options provides options for rate limiting

func NewOptions

func NewOptions() Options

NewOptions creates a new rate limit options

Jump to

Keyboard shortcuts

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