rate_limiter

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APILimiter

type APILimiter struct {
	Name string
	// contains filtered or unexported fields
}

func NewAPILimiter

func NewAPILimiter(l *Definition) *APILimiter

func (*APILimiter) Release

func (l *APILimiter) Release()

func (*APILimiter) String

func (l *APILimiter) String() string

func (*APILimiter) TryToAcquireSemaphore

func (l *APILimiter) TryToAcquireSemaphore() bool

func (*APILimiter) Wait

func (l *APILimiter) Wait(ctx context.Context) error

type Definition

type Definition struct {
	// the limiter name
	Name string
	// the actual limiter config
	FillRate   rate.Limit
	BucketSize int64
	// the max concurrency supported
	MaxConcurrency int64
}

func (*Definition) String

func (d *Definition) String() string

func (*Definition) Validate

func (d *Definition) Validate() []string

Jump to

Keyboard shortcuts

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