middleware

package
v0.1.32 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: MIT Imports: 25 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

func CircuitBreakerClient

func CircuitBreakerClient(selector selector.Selector) selector.Selector

func JwtClient added in v0.1.15

func JwtClient(selector selector.Selector, cfg *jwtv1.JWT) selector.Selector

func JwtServer added in v0.1.15

func JwtServer(selector selector.Selector, cfg *jwtv1.JWT) selector.Selector

func LoggingClient added in v0.1.15

func LoggingClient(selector selector.Selector, logger log.Logger) selector.Selector

func LoggingServer added in v0.1.15

func LoggingServer(selector selector.Selector, logger log.Logger) selector.Selector

func RateLimitServer

func RateLimitServer(selector selector.Selector, cfg *ratelimitv1.RateLimiter) selector.Selector

func Recovery

func Recovery(selector selector.Selector) selector.Selector

func Selector added in v0.1.29

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

func TracingClient

func TracingClient(selector selector.Selector) selector.Selector

func TracingServer

func TracingServer(selector selector.Selector) selector.Selector

func Validate

func Validate(selector selector.Selector, validator *validatorv1.Validator) selector.Selector

Validate is a middleware validator. Deprecated: use ValidateServer

func ValidateServer added in v0.0.12

func ValidateServer(selector selector.Selector, validator *validatorv1.Validator) selector.Selector

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 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

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