Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(stackTrace bool, errorHandler ...func(err error)) gor.Middleware
Panic recovery middleware. If stack trace is true, a stack trace will be logged. If errorHandler is passed, it will be called with the error. No response will be sent to the client. Otherwise the error will be logged and sent with a 500 status code.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.