Versions in this module Expand all Collapse all v1 v1.0.2 Mar 19, 2021 v1.0.1 Feb 21, 2021 Changes in this version + func NewAuthorizer(e *casbin.Enforcer) beego.FilterFunc + type BasicAuthorizer struct + func (a *BasicAuthorizer) CheckPermission(r *http.Request) bool + func (a *BasicAuthorizer) GetUserName(r *http.Request) string + func (a *BasicAuthorizer) RequirePermission(w http.ResponseWriter)