rlimit

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Burst      uint    `json:"burst"`
	RefillRate float64 `json:"refillRate"`
}

Config is the configuration for the in-memory rate limiter.

func (Config) DefaultsAndValidate

func (c Config) DefaultsAndValidate() (Config, error)

DefaultsAndValidate implements the jsontype.Config interface.

type RateLimiter

type RateLimiter interface {
	Wait(ctx context.Context, serviceAccountUUID string) error
}

RateLimiter is an interface for rate limiting.

func NewMemory

func NewMemory(conf Config) RateLimiter

NewMemory returns a new RateLimiter that uses an in-memory implementation.

Jump to

Keyboard shortcuts

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