diff --git a/internal/README.md b/internal/README.md new file mode 100644 index 0000000..de08343 --- /dev/null +++ b/internal/README.md @@ -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. \ No newline at end of file