interceptors

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Order int `file:"order"`
}

Config .

type Interceptor

type Interceptor struct {
	Order   int
	Wrapper func(h http.HandlerFunc) http.HandlerFunc
}

Interceptor .

type Interceptors

type Interceptors []*Interceptor

Interceptors .

func (Interceptors) Len

func (list Interceptors) Len() int

func (Interceptors) Less

func (list Interceptors) Less(i, j int) bool

func (Interceptors) Swap

func (list Interceptors) Swap(i, j int)

type Interface

type Interface interface {
	List() []*Interceptor
}

Interface .

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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