# Functions

NewLimiterDecorator initializes a LimiterDecorator with specified options.
NewRetryDecorator initializes a RetryDecorator with specified retries.

# Structs

LimiterDecorator manages rate limiting for decorated functions.
RetryDecorator struct to handle retry logic.

# Interfaces

IDecorator is the interface for decorators.