mirror of
https://github.com/astaxie/beego.git
synced 2025-07-10 16:21:01 +00:00
make stmt cache smaller
This commit is contained in:
@ -40,10 +40,11 @@
|
||||
package authz
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/context"
|
||||
"github.com/casbin/casbin"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// NewAuthorizer returns the authorizer.
|
||||
|
Reference in New Issue
Block a user