u_middleware

package
v1.0.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogMiddleware

type LogMiddleware struct {
}

func NewLogMiddleware

func NewLogMiddleware() *LogMiddleware

func (*LogMiddleware) Middleware

func (a *LogMiddleware) Middleware() func(next http.Handler) http.Handler

type MetricMiddleware

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

func NewMetricMiddleware

func NewMetricMiddleware() *MetricMiddleware

func (*MetricMiddleware) Middleware

func (a *MetricMiddleware) Middleware() func(http.Handler) http.Handler

func (*MetricMiddleware) WithPathConfig added in v1.0.2

func (a *MetricMiddleware) WithPathConfig(conf PathConfig) *MetricMiddleware

type PathConfig

type PathConfig interface {
	PathCleanUp() map[*regexp.Regexp]string
	PathIgnored() map[string]bool
}

Jump to

Keyboard shortcuts

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