Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Recovery ¶
Recovery is a middleware that recovers from panics, logs the panic (and a backtrace), and returns a HTTP 500 (Internal Server Error) status if possible. Recoverer prints a request ID if one is provided.
Alternatively, look at https://github.com/pressly/lg middleware pkgs.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger is a middleware that injects logger with request ID into the context of each request.
type RequestLogger ¶
type RequestLogger struct{}
RequestLogger is a middleware that logs request data
func NewRequestLogger ¶
func NewRequestLogger() *RequestLogger
NewRequestLogger creates new RequestLogger instance
Click to show internal directories.
Click to hide internal directories.