sys_casbin.go 134 B

1234567
  1. package response
  2. import "gin-vue-admin/model/request"
  3. type PolicyPathResponse struct {
  4. Paths []request.CasbinInfo `json:"paths"`
  5. }