Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerMiddleware ¶
type LoggerMiddleware struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(logger *zerolog.Logger, headerKey string) *LoggerMiddleware
func (*LoggerMiddleware) ServeHTTP ¶
func (l *LoggerMiddleware) ServeHTTP(resp http.ResponseWriter, req *http.Request, next http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.