This website requires JavaScript.
Explore
Help
Register
Sign In
syschan
/
gin-vue-admin
mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
Watch
1
Star
0
Fork
You've already forked gin-vue-admin
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eea245e405
gin-vue-admin
/
server
/
model
/
response
/
sys_casbin.go
6 lines
95 B
Go
Raw
Normal View
History
Unescape
Escape
Unifies the output of the routing layer and the isolated response structure
2020-04-08 14:00:08 +08:00
package
response
type
PolicyPathResponse
struct
{
修复了api唯一key关联的bug,修复了角色删除失败的bug
2020-04-13 17:45:33 +08:00
Paths
[
]
map
[
string
]
string
`
json:"paths"
`
Unifies the output of the routing layer and the isolated response structure
2020-04-08 14:00:08 +08:00
}