Krish Srivastava

Results 6 issues of Krish Srivastava

# Address TODOs across codebase in gomock and mockgen This PR implements several TODO items in the codebase to improve robustness and error handling. ## Changes Made 1. **DoAndReturn Type...

## Description - Improved error handling and validation in API handlers (`application.go`, `audit.go`) - Updated Swagger comments to document all error responses (422, 500, etc.) ## Related Issue Closes #4094...

enhancement
wip

Enhance error handling and validation in API handlers (can start with application.go and audit.go and after a successful review and continue with other handlers) Update Swagger comments to document all...

enhancement

Adding a specific logic for rate-limiter

This version provides a rate limiting middleware for the Echo web framework. Issue #134 **Features**: - In-memory rate limiting by IP address (default) or custom keys - Configurable time windows...

# Add Caching Template for GoWrap This PR adds a new `caching` template that automatically instruments Go interfaces with in-memory caching. ## Features - **Smart Caching**: Only caches methods with...