# Functions
HandlerFuncErrorHandling is a middleware function to defer and return an error response in case of panic during the request.
JWTMiddleware is a middleware function to check the authorization JWT Bearer token in header of requestt.
ResponseError makes the error response with payload as json format.
ResponseJSON makes the response with payload as json format.