middleware

package
v0.0.0-...-e006840 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MiddlewareSet = wire.NewSet(wire.Struct(new(Middleware), "*"))

Functions

This section is empty.

Types

type IMiddleware

type IMiddleware interface {
	AbortWithError(*gin.Context, ...any)
}

type Middleware

type Middleware struct {
	Auth         *auth.Auth
	Validator    *validator.Validator
	Tracing      *tracing.Tracing
	ReverseProxy *reverse_proxy.ReverseProxy
	WsUpgrader   *ws_upgrader.WsUpgrader
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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