sys_casbin.go 179 B

123456789
  1. package response
  2. import (
  3. "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
  4. )
  5. type PolicyPathResponse struct {
  6. Paths []request.CasbinInfo `json:"paths"`
  7. }