Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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)
Click to show internal directories.
Click to hide internal directories.