tercul-backend/internal/platform/cache
google-labs-jules[bot] 6d40b4c686 feat: add security middleware, graphql apq, and improved linting
- Add RateLimit, RequestValidation, and CORS middleware.
- Configure middleware chain in API server.
- Implement Redis cache for GraphQL Automatic Persisted Queries.
- Add .golangci.yml and fix linting issues (shadowing, timeouts).
2025-11-30 21:17:43 +00:00
..
cache_test.go feat: add security middleware, graphql apq, and improved linting 2025-11-30 21:17:43 +00:00
cache.go feat: add security middleware, graphql apq, and improved linting 2025-11-30 21:17:43 +00:00
graphql_adapter.go feat: add security middleware, graphql apq, and improved linting 2025-11-30 21:17:43 +00:00
redis_cache_test.go feat: add security middleware, graphql apq, and improved linting 2025-11-30 21:17:43 +00:00
redis_cache.go feat: add security middleware, graphql apq, and improved linting 2025-11-30 21:17:43 +00:00