mid

package
v0.0.0-...-8d7bd48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package mid contains the set of middleware functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Authenticate

func Authenticate() web.Middleware

Authenticate validates a JWT from the `Authorization` header.

func Errors

func Errors(log *zap.SugaredLogger) web.Middleware

Errors handles errors coming out of the call chain. It detects normal application errors which are used to respond to the client in a uniform way.

func Logger

func Logger(log *zap.SugaredLogger) web.Middleware

Logger writes information about the request to the logs.

func Metrics

func Metrics(buckets ...float64) web.Middleware

Metrics updates program counters.

func Panics

func Panics() web.Middleware

Panics recovers from panics and converts the panic to an error so it is reported in Metrics and handled in Errors.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL