Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // 定义系统初始的角色 Components = [][]string{ {"admin", "/admin*", "GET|POST|DELETE|PUT", ".*", "角色管理"}, {"demo", "/demo*", "GET|POST|DELETE|PUT", ".*", "demo角色"}, } )
Functions ¶
func CreateRoot ¶
func CreateRoot()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.