Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Auther interface + Check func(r *http.Request, data interface{}, opts Options) (bool, *http.Request, error) + Match func(r *http.Request, opts Options) (bool, interface{}) + Weight func() int64 + type AutherLister interface + Authers func() []Auther + type Interface interface + Interceptor func(h http.HandlerFunc, opts func(r *http.Request) Options) http.HandlerFunc + type Options interface + Get func(key string) interface{} + Set func(key string, val interface{})