Documentation
¶
Overview ¶
interceptor add steps to the Web request before calling the handler
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ACL []*net.IPNet
)
Functions ¶
This section is empty.
Types ¶
type Permission ¶
type Permission struct {
interceptor.NoAfterInterceptor
}
func (*Permission) Before ¶
func (i *Permission) Before(w http.ResponseWriter, r *http.Request)
Permission is responsable for checking if the user is allowed to send requests to the Web client
Click to show internal directories.
Click to hide internal directories.