This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/internal/gin/middleware
2021-03-27 16:20:55 +01:00
..
authenticate.go replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
context_key.go add two middlewares - Authenticate and GinContextToContext 2021-03-06 10:05:54 +01:00
dataloader_to_context.go replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
gin_context_to_context.go replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
helpers.go add two middlewares - Authenticate and GinContextToContext 2021-03-06 10:05:54 +01:00
logger.go add a new middleware - Logger 2021-03-06 10:33:47 +01:00