mid

package
v0.0.0-...-1baf889 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2022 License: Apache-2.0 Imports: 12 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(a *auth.Auth) web.Middleware

Authenticate validates a JWT from the `Authorization` header.

func Authorize

func Authorize(roles ...string) web.Middleware

Authorize validates that an authenticated user has at least one role from a specified list. This method constructs the actual function that is used.

func Errors

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

func Logger

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

Logger writes some information about the request to the logs in the format: TraceID : (200) GET /foo -> IP ADDR (latency)

func Metrics

func Metrics() 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