middleware

package
v0.1.46 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 24 Imported by: 2

Documentation

Overview

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middlewares implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Package middleware implements the functions, types, and interfaces for the module.

Index

Constants

View Source
const Type = "middleware"

Variables

This section is empty.

Functions

This section is empty.

Types

type KHandler added in v0.1.18

type KHandler = middleware.Handler

type KMiddleware added in v0.1.18

type KMiddleware = middleware.Middleware

func Chain

func Chain(m ...KMiddleware) KMiddleware

Chain returns a middleware that executes a chain of middleware.

func CircuitBreakerClient

func CircuitBreakerClient(ms []KMiddleware) []KMiddleware

func JwtClient added in v0.1.15

func JwtClient(cfg *jwtv1.JWT) (KMiddleware, bool)

func JwtServer added in v0.1.15

func JwtServer(cfg *jwtv1.JWT) (KMiddleware, bool)

func LoggingClient added in v0.1.15

func LoggingClient(ms []KMiddleware, logger log.Logger) []KMiddleware

func LoggingServer added in v0.1.15

func LoggingServer(ms []KMiddleware, logger log.Logger) []KMiddleware

func MetadataClient

func MetadataClient(ms []KMiddleware, cfg *middlewarev1.Middleware_Metadata) []KMiddleware

func MetadataServer

func MetadataServer(ms []KMiddleware, cfg *middlewarev1.Middleware_Metadata) []KMiddleware

func NewClient

func NewClient(cfg *middlewarev1.Middleware, ss ...OptionSetting) []KMiddleware

NewClient creates a new client with the given configuration

func NewServer

func NewServer(cfg *middlewarev1.Middleware, ss ...OptionSetting) []KMiddleware

NewServer creates a new server with the given configuration

func RateLimitServer

func RateLimitServer(ms []KMiddleware, cfg *ratelimitv1.RateLimiter) []KMiddleware

func Recovery

func Recovery(ms []KMiddleware) []KMiddleware

func SelectorClient added in v0.1.15

func SelectorClient(cfg *selectorv1.Selector, matchFunc selector.MatchFunc, middleware KMiddleware) KMiddleware

func SelectorServer added in v0.1.15

func SelectorServer(cfg *selectorv1.Selector, matchFunc selector.MatchFunc, middleware KMiddleware) KMiddleware

func TracingClient

func TracingClient(ms []KMiddleware) []KMiddleware

func TracingServer

func TracingServer(ms []KMiddleware) []KMiddleware

func Validate

func Validate(ms []KMiddleware, validator *validatorv1.Validator) []KMiddleware

Validate is a middleware validator. Deprecated: use ValidateServer

func ValidateServer added in v0.0.12

func ValidateServer(ms []KMiddleware, validator *validatorv1.Validator) []KMiddleware

type Middleware

type Middleware struct {
}

type Option added in v0.1.0

type Option struct {
	Logger    log.Logger
	MatchFunc selector.MatchFunc
}

type OptionSetting added in v0.1.0

type OptionSetting = func(*Option)

func WithLogger added in v0.1.29

func WithLogger(logger log.Logger) OptionSetting

func WithMatchFunc added in v0.1.29

func WithMatchFunc(matchFunc selector.MatchFunc) OptionSetting

Directories

Path Synopsis
Package empty implements the functions, types, and interfaces for the module.
Package empty implements the functions, types, and interfaces for the module.
Package optimize implements the functions, types, and interfaces for the module.
Package optimize implements the functions, types, and interfaces for the module.
Package selector implements the functions, types, and interfaces for the module.
Package selector implements the functions, types, and interfaces for the module.
Package validate implements the functions, types, and interfaces for the module.
Package validate implements the functions, types, and interfaces for the module.

Jump to

Keyboard shortcuts

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