Documentation ¶
Overview ¶
RBAC权限包
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccessDecision ¶
To test whether permissions
Types ¶
type AccessNode ¶
type AccessNode struct { Id int64 Name string Childrens []*AccessNode }
type ErrorController ¶
type ErrorController struct {
beego.Controller
}
func (*ErrorController) Error404 ¶
func (c *ErrorController) Error404()
func (*ErrorController) Error501 ¶
func (c *ErrorController) Error501()
func (*ErrorController) ErrorDb ¶
func (c *ErrorController) ErrorDb()
Click to show internal directories.
Click to hide internal directories.