utils

package
v0.1.0-beta.3 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RateLimiter

type RateLimiter struct {
	// contains filtered or unexported fields
}

RateLimiter provides rate limiting functionality for API requests

func NewRateLimiter

func NewRateLimiter(limit int, window time.Duration) *RateLimiter

NewRateLimiter creates a new rate limiter

func (*RateLimiter) Reset

func (r *RateLimiter) Reset(limit int, window time.Duration)

Reset resets the rate limiter with new parameters

func (*RateLimiter) Stop

func (r *RateLimiter) Stop()

Stop stops the rate limiter

func (*RateLimiter) Wait

func (r *RateLimiter) Wait()

Wait waits for the next available time slot

Jump to

Keyboard shortcuts

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