Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions internal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Internal Package

This directory contains the internal implementation packages for gorl (Go Rate Limiter).

## Structure

- `config/` - Configuration management for the rate limiter
- `limiter/` - Core rate limiting implementation
- `stats/` - Statistics collection and reporting
- `tester/` - Testing utilities and load testing tools

## Usage

These packages are internal to the gorl application and should not be imported by external packages.