middleware

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewEchoAuthMiddleware

func NewEchoAuthMiddleware(secret []byte, bypassAuth bool) echo.MiddlewareFunc

NewEchoAuthMiddleware returns an echo middleware that checks if auth headers are valid

func NewEchoLoggingMiddleware

func NewEchoLoggingMiddleware(l log.Logger) echo.MiddlewareFunc

NewEchoLoggingMiddleware returns a new echo middleware that logs requests and their response

func NewEchoRequestIDMiddleware

func NewEchoRequestIDMiddleware() echo.MiddlewareFunc

NewEchoRequestIDMiddleware returns an echo middleware that either uses a provided requestID from the header or generates one and adds it to the request context.

func NewPrometheusMiddleware

func NewPrometheusMiddleware(reg prometheus.Registerer) echo.MiddlewareFunc

NewPrometheusMiddleware creates a middleware that uses prometheus to track request rate, duration & the size of request bodies

Types

This section is empty.

Jump to

Keyboard shortcuts

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