Skip to main content
Version: Capstone Spring 2025 (Archived)

middleware

import "github.com/nickrucinski/cloverapi/internal/middleware"

Index

func ErrorLogger

func ErrorLogger() gin.HandlerFunc

Activates on all routes Executes the route and looks for an error in context If a route fails pass the error to c.Error() so this can capture it

Generated by gomarkdoc