Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auther ¶
type Auther interface { Weight() int64 Match(r *http.Request, opts Options) (bool, interface{}) Check(r *http.Request, data interface{}, opts Options) (bool, *http.Request, error) }
Auther .
type Interface ¶
type Interface interface {
Interceptor(h http.HandlerFunc, opts func(r *http.Request) Options) http.HandlerFunc
}
Interface .
Click to show internal directories.
Click to hide internal directories.