gin error handler

This commit is contained in:
2026-01-23 21:33:36 -07:00
parent b9464adada
commit 3fd533091c
5 changed files with 47 additions and 25 deletions
+1
View File
@@ -11,6 +11,7 @@ import (
"github.com/gin-gonic/gin"
)
// TODO: make this GIN compatible
func LogRequests(ctx context.Context, logger *logging.Logger) response.Middleware {
reqIDCh := newRequestIDProvider(ctx)