sys_casbin.go 134 Bytes EditWeb IDE 1 2 3 4 5 6 7 package response import "gin-vue-admin/model/request" type PolicyPathResponse struct { Paths []request.CasbinInfo `json:"paths"` }