middleware

package
v0.0.0-...-2bd5d14 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TOKEN_HEADER = "X-App-Token"
)

Variables

This section is empty.

Functions

func GetRequestID

func GetRequestID(ctx context.Context) string

Types

type ContextKey

type ContextKey string

type EndpointMiddlewareFunc

type EndpointMiddlewareFunc func(handleFunc http.Handler) http.Handler

type Middleware

type Middleware struct {
	// contains filtered or unexported fields
}

func New

func New(l logger.Logger) *Middleware

func (*Middleware) AppTokenRequired

func (m *Middleware) AppTokenRequired(next http.Handler) http.Handler

func (*Middleware) Default

func (m *Middleware) Default(next http.Handler) http.Handler

func (*Middleware) Otel

func (m *Middleware) Otel(next http.Handler) http.Handler

Jump to

Keyboard shortcuts

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